forked from az0/linkgopher
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (31 loc) · 761 Bytes
/
manifest.json
File metadata and controls
37 lines (31 loc) · 761 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
35
36
37
{
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "2.4.6",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"homepage_url": "https://sites.google.com/site/linkgopher/",
"icons": {
"16": "icons/link-gopher-16.png",
"32": "icons/link-gopher-32.png",
"64": "icons/link-gopher-64.png"
},
"browser_specific_settings": {
"gecko": {
"id": "linkgopher@oooninja.com",
"strict_min_version": "45.0"
}
},
"host_permissions":[
"*://*/*"
],
"permissions": [
"scripting"
],
"action": {
"default_icon": "icons/link-gopher-32.png",
"default_title": "__MSG_extensionName__",
"default_popup": "popup/popup.html"
},
"content_security_policy": {}
}