Skip to content

Commit 4f5b886

Browse files
committed
allow search json endpont to CORS
1 parent 7710efd commit 4f5b886

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "atarashii-tab",
33
"private": true,
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"type": "module",
66
"description": "Displays anime wallpapers from r/Animewallpaper on your new tab page",
77
"homepage": "https://github.com/cf12/atarashii-tab#readme",

public/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"128": "icons/icon-128.png"
1111
},
1212
"host_permissions": [
13+
"https://www.reddit.com/r/Animewallpaper/search.json*",
1314
"https://i.redd.it/"
1415
]
1516
}

0 commit comments

Comments
 (0)