-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
35 lines (35 loc) · 1.15 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Leoh New Tab",
"version": "0.22.19",
"manifest_version": 2,
"description": "Replace your new tab with a minimalistic and customizable homepage featuring a clock, todo list, weather, bookmarks and much more!",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"permissions": [
"geolocation",
"storage",
"topSites",
"identity"
],
"optional_permissions": [
"http://*/",
"https://*/"
],
"chrome_url_overrides": {
"newtab": "src/override/index.html"
},
"background": {
"scripts": ["src/override/jquery.min.js", "src/override/background.js"]
},
"oauth2": {
"client_id": "1051811224060-5pnjmvq5pltt4n6pcsntpt6p1jt035h0.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/calendar"
]
},
"content_security_policy": "script-src 'self' https://accounts.google.com/ https://calendar.google.com https://api.forismatic.com https://ajax.googleapis.com https://www.leoh.io https://query.yahooapis.com https://www.google-analytics.com; object-src 'self'"
}