forked from anstosa/Minimalist-Google-Calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
31 lines (31 loc) · 1000 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
{
"name": "Minimalist for Google Calendar™",
"version": "0.7.0",
"description": "Individually hide almost 50 interface elements and add custom logos, and more...",
"icons": {
"16": "img/icons/icon16.png",
"48": "img/icons/icon48.png",
"128": "img/icons/icon128.png" },
"page_action": {
"default_icon": "img/icons/icon19.png",
"default_title": "Minimalist for Google Calendar Options",
"default_popup": "popup.html"
},
"background_page": "background.html",
"content_scripts": [ {
"matches": [ "http://www.google.com/calendar/*", "https://www.google.com/calendar/*" ],
"js": [ "js/stylesheet.js" , "js/active.js", "js/favicon.js" ],
"run_at": "document_end",
"all_frames": true
}, {
"matches": [ "http://www.google.com/voice/*", "https://www.google.com/voice/*" ],
"js": [ "js/voice.js" ],
"all_frames": true
} ],
"options_page": "options.html",
"permissions": [
"tabs",
"http://www.google.com/calendar/*",
"https://www.google.com/calendar/*"
]
}