forked from invideu/invid-verification-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
33 lines (32 loc) · 876 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
{
"name" :"Fake video news debunker by InVID",
"version" :"0.62",
"manifest_version": 2,
"description" :"InVID extension",
"permissions": [
"contextMenus",
"tabs",
"storage",
"identity",
"https://*.google.com/",
"geolocation",
"https://maps.googleapis.com/*",
"<all_urls>" ],
"browser_action" :
{
"default_icon" : "img/InVID_black.png",
"default_popup" :"popup.html"
},
"background":
{
"scripts": ["js/menu.js"]
},
"icons":
{
"16": "img/InVID_black.png",
"48": "img/InVID_black.png",
"128": "img/InVID_black.png"
},
"options_page": "invid.html",
"content_security_policy": "script-src 'self' https://maps.googleapis.com https://maps.gstatic.com https://cdn.knightlab.com https://www.google-analytics.com https://www.googletagmanager.com/gtag/; object-src 'self'"
}