Skip to content

Commit 90ee588

Browse files
author
hoang.tran12
committed
manifest firefox (WIP)
1 parent 3100fe9 commit 90ee588

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

manifest-firefox.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"manifest_version": 2,
3+
"name": "Useful Scripts",
4+
"description": "Scripts that can make your life faster and better",
5+
"version": "1.0",
6+
"icons": {
7+
"16": "./assets/icon16.png",
8+
"32": "./assets/icon32.png",
9+
"48": "./assets/icon32.png",
10+
"128": "./assets/icon128.png"
11+
},
12+
"browser-action": {
13+
"default_popup": "./popup/popup.html",
14+
"default_icon": "./assets/icon32.png"
15+
},
16+
"permissions": ["tabs", "scripting", "storage", "*://*/*"],
17+
"host_permissions": ["<all_urls>"],
18+
"options_page": "./pages/options/options.html"
19+
}

0 commit comments

Comments
 (0)