-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
24 lines (24 loc) · 882 Bytes
/
manifest.json
File metadata and controls
24 lines (24 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"manifest_version": 3,
"name": "Dataverse REST Builder",
"version": "1.0.0.45",
"description": "Create and Execute requests against the Dataverse Web API endpoint.",
"author": "Guido Preite",
"action": {},
"icons": {
"16": "img/drb_icon_extension.png",
"48": "img/drb_icon_extension.png",
"128": "img/drb_icon_extension.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'; worker-src 'self' blob:;"
},
"background": {
"service_worker": "background.js"
},
"sandbox": {
"pages": ["drb_be_extension.htm"]
},
"permissions": ["tabs", "storage", "downloads"]
}