This repository has been archived by the owner on Apr 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
57 lines (57 loc) · 1.62 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
54
55
56
57
{
"name": "__MSG_app_title__",
"description": "__MSG_app_description__",
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"version": "4.5.0",
"app": {
"launch": {
"local_path": "chrome.html"
}
},
"background": {
"scripts": [
"scripts/dependencies/db.js",
"scripts/google-chrome/ChromeMessageProvider.js",
"scripts/google-chrome/DatabaseQuery.js",
"scripts/google-chrome/OmniBoxSearchController.js",
"scripts/models/BrowserDownloader.js",
"scripts/models/DatabaseModel.js",
"scripts/models/DownloadModel.js",
"scripts/models/LDSContentProvider.js",
"scripts/models/LDSCatalogInstaller.js",
"scripts/models/LDSZBookInstaller.js",
"scripts/models/LDSInstallerHelpers.js",
"scripts/models/SearchModel.js",
"scripts/models/SettingsModel.js",
"scripts/models/LanguageModel.js",
"scripts/models/NodeModel.js",
"scripts/models/ThemeModel.js",
"scripts/google-chrome/background.js"
]
},
"omnibox": {
"keyword": "ldsgl"
},
"icons": {
"16": "img/icon_16.png",
"128": "img/icon_128.png"
},
"content_scripts": [{
"matches": ["http://*.lds.org/*", "https://*.lds.org/*"],
"css": ["stylesheets/ldsorg.css"],
"js": [
"scripts/google-chrome/ChromeMessageProvider.js",
"scripts/google-chrome/DatabaseQuery.js",
"scripts/google-chrome/content-script.js"
]
}],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
"web_accessible_resources": ["img/icon_16.png"],
"permissions": ["storage", "bookmarks", "http://*.lds.org/", "https://*.lds.org/"],
"default_locale": "en",
"manifest_version": 2
}