forked from follesoe/MapReplace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
30 lines (30 loc) · 753 Bytes
/
manifest.json
File metadata and controls
30 lines (30 loc) · 753 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
{
"name": "__MSG_extName__",
"default_locale": "en",
"description": "__MSG_extDescription__",
"homepage_url": "https://github.com/follesoe/MapReplace",
"version": "0.1.0.0",
"manifest_version": 2,
"author": "Jonas Follesø, Mikael Brevik, Hege Røkenes",
"offline_enabled": false,
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"page": "src/bg/background.html",
"persistent": true
},
"browser_action": {
"default_icon": "icons/icon48.png",
"default_title": "Map Replace",
"default_popup": "src/browser_action/browser_action.html"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"storage",
"*://*/*"
]
}