forked from rtm516/Bookmark-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
53 lines (53 loc) · 1.87 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"background": {
"persistent": true,
"scripts": [ "bootstrap.js", "background_compiled.js" ]
},
"chrome_ui_overrides": {
"bookmarks_ui": {
"remove_bookmark_shortcut": true,
"remove_button": true
}
},
"chrome_url_overrides": {
"bookmarks": "bookmarks.html"
},
"commands": {
"_execute_page_action": {
"description": "Stars popup",
"suggested_key": {
"default": "Ctrl+D"
}
}
},
"content_security_policy": "script-src 'self' https://*.google.com https://*.gstatic.com; object-src 'self'",
"default_locale": "en",
"description": "Bookmark Manager by Google",
"externally_connectable": {
"matches": [ "*://*.google.com/*" ]
},
"icons": {
"128": "icons/collected128.png",
"16": "icons/collected16.png",
"48": "icons/collected48.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDO1rEc7Du17LBzIOf1nXMC4JM4suAzgaswHRjJhaE4/fNIXxrTjqaDH5tpU7huX8RdVyuu3zggdP36mpqhLYNzCf9fgnvhZEGpsXYqedWXapQ4nrVca4Xg5SB8/K7oRS+dnMwwxYjED434qTyfiSiJoXVo7MXa+qBckMQ6Wf0t0QIDAQAB",
"manifest_version": 2,
"minimum_chrome_version": "42",
"name": "Bookmark Manager",
"oauth2": {
"client_id": "610799782257-avhfi6rijk0n02t94linmllq54ool5kf.apps.googleusercontent.com",
"scopes": [ "https://www.googleapis.com/auth/chromesync" ]
},
"page_action": {
"default_icon": {
"19": "icons/collected19.png"
},
"default_title": "Star Page"
},
"permissions": [ "activeTab", "bookmarks", "bookmarkManagerPrivate", "chrome://favicon/", "identity", "identity.email", "management", "metricsPrivate", "notifications", "preferencesPrivate", "storage", "tabs", "*://*.google.com/*", {
"fileSystem": [ "write" ]
} ],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.2018.815.1147"
}