-
Notifications
You must be signed in to change notification settings - Fork 26
/
manifest.json
35 lines (35 loc) · 950 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
34
35
{
"manifest_version": 2,
"name": "Cardboard - New Tab Page",
"author": "virtual-dev",
"description": "The default New Tab is not Google enough ? Try Cardboard, Now with more Material Design (plus nifty features)",
"version": "2.1.0",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "resources/icon16.png",
"48": "resources/icon48.png",
"128": "resources/icon128.png"
},
"permissions": [
"https://www.google-analytics.com/",
"storage",
"sessions",
"browsingData",
"downloads",
"downloads.open",
"system.cpu",
"system.memory",
"system.storage",
"https://hawttrends.appspot.com/api/terms/",
"https://www.google.com/doodles/search"
],
"optional_permissions": [
"tabs",
"topSites",
"bookmarks",
"management",
"history"
]
}