-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (37 loc) · 1.08 KB
/
Copy pathmanifest.json
File metadata and controls
37 lines (37 loc) · 1.08 KB
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
{
"manifest_version": 3,
"name": "Secure Share",
"description": "Share your current account with others without revealing your password, securely.",
"short_name": "Secure Share",
"version": "1.3.0",
"icons": {
"16": "icons/16.png",
"19": "icons/19.png",
"38": "icons/38.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"action": {
"default_icon": {
"16": "icons/19.png",
"19": "icons/19.png",
"38": "icons/38.png"
},
"default_popup": "popup/index.html"
},
"permissions": [
"tabs",
"storage",
"cookies",
"notifications"
],
"host_permissions": [
"http://*/*",
"https://*/*",
"http://localhost:3001/*",
"http://localhost:6969/*"
],
"content_security_policy": {
"extension_pages": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https://api.qrserver.com; connect-src 'self' https://api.github.com https://gist.github.com http://localhost:3001 http://localhost:6969;"
}
}