-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.json
More file actions
42 lines (36 loc) · 724 Bytes
/
Copy pathmanifest.json
File metadata and controls
42 lines (36 loc) · 724 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
38
39
40
41
42
{
"manifest_version": 2,
"name": "TiddlyMarker",
"version": "0.3.2",
"default_locale": "en",
"description": "__MSG_extensionDescription__",
"permissions": [
"<all_urls>", "tabs", "webRequest", "storage", "alarms", "downloads"
],
"icons": {
"48": "icons/48.png",
"96": "icons/96.png"
},
"background": {
"page": "background.html",
"persistent": true
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"browser_action": {
"default_icon": {
"19": "icons/19.png",
"38": "icons/38.png"
},
"default_title": "__MSG_browserActionHover__",
"default_popup": "popup.html",
"browser_style": true
},
"applications": {
"gecko": {
"id": "tiddlymarker@ylh.io"
}
}
}