-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
35 lines (35 loc) · 1.22 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
{
"background": {
"scripts": [ "lib/jquery.js", "js/supmark.js", "js/background.js"]
},
"browser_action": {
"default_icon": "img/logo16.png",
"default_popup": "html/popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com https://maps.googleapis.com https://maps.gstatic.com https://mts0.googleapis.com https://mts1.googleapis.com https://khms0.googleapis.com https://khms1.googleapis.com; object-src 'self'",
"description": "Check your marks on your browser's pop up. For Supinfo's students only.",
"icons": {
"128": "img/logo128.png",
"16": "img/logo16.png",
"48": "img/logo48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "20",
"name": "SupMark",
"options_page": "html/options.html",
"permissions": [
"cookies",
"geolocation",
"notifications",
"storage",
"tts",
"tabs",
"http://*.campus-booster.net/*",
"https://*.campus-booster.net/*",
"http://*.supinfo.com/*",
"https://*.supinfo.com/*"
],
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "2.1.2",
"web_accessible_resources": [ "img/logo48.png" ]
}