We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7710efd commit 4f5b886Copy full SHA for 4f5b886
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "atarashii-tab",
3
"private": true,
4
- "version": "0.1.8",
+ "version": "0.1.9",
5
"type": "module",
6
"description": "Displays anime wallpapers from r/Animewallpaper on your new tab page",
7
"homepage": "https://github.com/cf12/atarashii-tab#readme",
public/manifest.json
@@ -10,6 +10,7 @@
10
"128": "icons/icon-128.png"
11
},
12
"host_permissions": [
13
+ "https://www.reddit.com/r/Animewallpaper/search.json*",
14
"https://i.redd.it/"
15
]
16
}
0 commit comments