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
32 lines (28 loc) · 683 Bytes
/
manifest.json
File metadata and controls
32 lines (28 loc) · 683 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
{
"manifest_version": 2,
"name": "Link Gopher",
"version": "2.0",
"description": "Extracts and collates links from web pages",
"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"
},
"applications": {
"gecko": {
"id": "linkgopher@oooninja.com",
"strict_min_version": "45.0"
}
},
"permissions": [
"tabs",
"<all_urls>"
],
"browser_action": {
"default_icon": "icons/link-gopher-32.png",
"default_title": "Linkgopher",
"default_popup": "popup/popup.html"
}
}