-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
46 lines (46 loc) · 1.2 KB
/
manifest.json
File metadata and controls
46 lines (46 loc) · 1.2 KB
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
43
44
45
46
{
"applications": {
"gecko": {
"strict_min_version": "73.0"
}
},
"developer": {
"name": "Jan Riechers",
"url": "https://github.com/jrie"
},
"default_locale": "en",
"browser_action": {
"default_title": "thunderNote",
"default_icon": {
"16": "icons/thunderNote.svg",
"32": "icons/thunderNote.svg",
"48": "icons/thunderNote.svg",
"64": "icons/thunderNote.svg",
"96": "icons/thunderNote.svg",
"128": "icons/thunderNote.svg"
}
},
"sidebar_action": {
"default_title": "thunderNote",
"default_panel": "thunderNote.html",
"default_icon": "icons/thunderNote.svg"
},
"description": "__MSG_AddonDescription__",
"icons": {
"48": "icons/thunderNote.svg",
"64": "icons/thunderNote.svg",
"96": "icons/thunderNote.svg",
"128": "icons/thunderNote.svg"
},
"homepage_url": "https://github.com/jrie/thunderNote",
"manifest_version": 2,
"name": "thunderNote",
"version": "0.0.58",
"permissions": ["<all_urls>", "find", "activeTab", "storage", "unlimitedStorage", "alarms", "notifications", "contextMenus"],
"background": {
"scripts": [
"libs/x2js/xml2json.min.js",
"thunderNoteBG.js"
]
}
}