-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
35 lines (35 loc) · 947 Bytes
/
Copy pathmanifest.json
File metadata and controls
35 lines (35 loc) · 947 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
{
"manifest_version": 3,
"name": "Rhynd's custom new tab page",
"version": "1.1",
"description": "My own custom new tab, with Chrome's Citron theme colours and a custom background from shot in Star Citizen",
"chrome_url_overrides": {
"newtab": "new_tab.html"
},
"permissions": [
"history",
"topSites",
"bookmarks",
"declarativeNetRequest",
"storage",
"unlimitedStorage",
"favicon"
],
"host_permissions": [
"https://www.google.com/*",
"https://suggestqueries.google.com/*",
"https://t2.gstatic.com/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "rules",
"enabled": true,
"path": "rules.json"
}
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https://suggestqueries.google.com https://www.google.com; img-src 'self' data: https://t2.gstatic.com"
}
}