-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.json
More file actions
40 lines (34 loc) · 858 Bytes
/
Copy pathmanifest.json
File metadata and controls
40 lines (34 loc) · 858 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"manifest_version": 2,
"name": "History Manager",
"version": "1.0",
"version_name": "1.0-alpha.7",
"default_locale": "en",
"icons": {
"16": "assets/icons/16.png",
"32": "assets/icons/32.png",
"48": "assets/icons/48.png",
"128": "assets/icons/128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"optional_permissions": [
"downloads"
],
"permissions": [
"bookmarks",
"history",
"storage",
"unlimitedStorage",
"chrome://favicon/",
"tabs"
],
"content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome://favicon;"
}