-
Notifications
You must be signed in to change notification settings - Fork 9
/
manifest.json
20 lines (20 loc) · 1.06 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"chrome_url_overrides": {
"newtab": "app/index.html"
},
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://widget.uservoice.com/; object-src 'self'",
"default_locale": "en",
"description": "Replace new tab screen with current time and weather.",
"icons": {
"128": "images/icon128.png",
"16": "images/icon16.png",
"96": "images/icon96.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBY3p6E6TGtVMLW3Lb1h2GZNgji/UOCGXaSnrnnNfV5xGzM+A7IYYUgDiwYnsgRVT2SX9F7s36aEqbVEil5oqsRbxHIMuzyB8Cdj9Y6zOF9jZz/mDhGE+gyDdsYBBfbzGeNCSGrHW/CX5EH75tipTWAv7jdruoqnEyotbIShHaTwIDAQAB",
"manifest_version": 2,
"name": "Currently",
"options_page": "app/index.html#/drawer/settings",
"permissions": [ "storage", "unlimitedStorage", "geolocation", "unlimitedStorage", "https://maps.googleapis.com/maps/api/", "http://api.wunderground.com/api", "https://ssl.google-analytics.com/", "https://s3.amazonaws.com/" ],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "3.2.2"
}