-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
35 lines (35 loc) · 1.01 KB
/
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": "Instants",
"version": "4.0.2",
"description": "提供您最關心的即時生活資訊。",
"icons": {
"16": "./icons/icon16.png",
"48": "./icons/icon48.png",
"128": "./icons/icon128.png"
},
"author": "Instants Team",
"chrome_url_overrides": {"newtab": "index.html"},
"options_page": "./options/options.html",
"permissions": [
"storage",
"geolocation",
"notifications",
"chrome://favicon/",
"http://*/",
"https://*/",
"topSites",
"gcm",
"bookmarks",
"unlimitedStorage",
"history",
"alarms"
],
"background": {
"page": "background.html"
},
"web_accessible_resources": [
"./images/notifications.png"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com https://www.google-analytics.com https://connect.facebook.net https://docs.google.com https://www.google.com https://cse.google.com https://clients1.google.com https://cdn.mxpnl.com; object-src 'self'"
}