-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmanifest.json
33 lines (32 loc) · 902 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
{
"manifest_version": 3,
"name": "Snowplow Inspector",
"description": "Add a new tab in Developer Tools to show Snowplow Analytics beacon information.",
"version": "0.3.8",
"browser_specific_settings": {
"gecko": {
"id": "{4166b542-f87d-4dbc-a6b1-34cb31a5b04e}"
}
},
"action": {
"browser_style": true,
"default_title": "Snowplow Inspector",
"default_popup": "popup.html",
"default_icon": {
"280": "icon.png"
}
},
"options_page": "options.html",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png",
"280": "icon.png"
},
"author": "Snowplow Australia",
"minimum_chrome_version": "88.0",
"devtools_page": "devtools.html",
"permissions": ["identity", "storage", "declarativeNetRequestWithHostAccess"],
"host_permissions": ["*://iglucentral.com/*"],
"optional_host_permissions": ["*://*/*"]
}