-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
44 lines (37 loc) · 939 Bytes
/
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
{
"name": "Passmarked",
"manifest_version": 2,
"version": "0.0.1",
"author": "Passmarked Inc.",
"description": "The realtime best practice score for the internet",
"homepage_url": "http://passmarked.com",
"icons": {
"16": "assets/icon16.png",
"48": "assets/icon48.png",
"128": "assets/icon128.png"
},
"page_action": {
"default_title": "Passmarked",
"default_icon": {
"19": "faces/face.png",
"38": "faces/face.png"
}
},
"background": {
"scripts": [
"vendor/URI.min.js",
"background.js"
],
"persistent": false
},
"externally_connectable": {
"matches": ["*://*.passmarked.com/*", "*://passmarked.com/*"]
},
"permissions" : [
"declarativeContent",
"tabs",
"storage",
"https://api.passmarked.com/",
"http://api.passmarked.com/"
]
}