forked from nmaier/repagination
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (30 loc) · 685 Bytes
/
manifest.json
File metadata and controls
34 lines (30 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "2020.5.27",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://github.com/Mathnerd314/repagination/",
"default_locale": "en",
"options_ui": {
"page": "options.html",
"browser_style": true
},
"icons": { "32": "icon32.png",
"48": "icon.png",
"64": "icon64.png"},
"applications": {
"gecko": {
"id": "repagination-fork-mathnerd314@github.com",
"strict_min_version": "63.0"
}
},
"background": {
"scripts": ["main.js"]
},
"permissions": [
"activeTab",
"storage",
"menus",
"<all_urls>"
]
}