-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
executable file
·64 lines (64 loc) · 1.7 KB
/
manifest.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "__MSG_appName__",
"version": "0.5.5",
"manifest_version": 2,
"author": "mat1th",
"developer": {
"name": "mat1th",
"url": "https://github.com/mat1th"
},
"description": "__MSG_appDescription__",
"homepage_url": "https://github.com/uncinc/layer-notes",
"default_locale": "en",
"browser_action": {
"default_icon": {
"16": "icons/icon_black-16.png",
"19": "icons/icon_black-19.png",
"38": "icons/icon_black-38.png",
"48": "icons/icon_black-48.png",
"96": "icons/icon_black-96.png",
"128": "icons/icon_black-128.png"
},
"default_title": "Layer Notes"
},
"background": {
"scripts": ["scripts/background/index.js"]
},
"permissions": [
"<all_urls>",
"http://*/*",
"https://*/*",
"webRequestBlocking",
"tabs",
"activeTab",
"unlimitedStorage",
"webRequest",
"webNavigation",
"storage",
"browsingData",
"history"
],
"icons": {
"16": "icons/icon_black-16.png",
"19": "icons/icon_black-19.png",
"38": "icons/icon_black-38.png",
"48": "icons/icon_black-48.png",
"96": "icons/icon_black-96.png",
"128": "icons/icon_black-128.png"
},
"web_accessible_resources": [
"scripts/contentscript/index.js",
"styles/style.css",
"images/sprite.svg",
"fonts/ptserif/PTF55F-webfont.eot",
"fonts/ptserif/PTF55F-webfont.woff",
"fonts/ptserif/PTF55F-webfont.ttf",
"fonts/ptserif/PTF55F-webfont.svg",
"fonts/ptserif/PTF55F-webfont.eot",
"fonts/ptserif/PTF55F-webfont.woff",
"fonts/ptserif/PTF55F-webfont.ttf",
"fonts/ptserif/PTF55F-webfont.svg",
"fonts/museosans/MuseoSans_900-webfont.woff",
"fonts/museosans/MuseoSans_900-webfont.ttf"
]
}