-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathmanifest-v2.json
More file actions
34 lines (34 loc) · 657 Bytes
/
Copy pathmanifest-v2.json
File metadata and controls
34 lines (34 loc) · 657 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
{
"name": "Open in Freedium",
"version": "1.2.0",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"contextMenus",
"storage"
],
"browser_action": {
"default_popup": "options.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"icons": {
"32": "logo-32.png",
"48": "logo-48.png",
"64": "logo-64.png",
"128": "logo-128.png"
},
"applications": {
"gecko": {
"id": "freedium-browser-extension@wywywywy.com"
}
},
"content_security_policy": "script-src 'self'; object-src 'self'"
}