forked from ANNotunzdY/readium
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.json
More file actions
34 lines (32 loc) · 807 Bytes
/
manifest.json
File metadata and controls
34 lines (32 loc) · 807 Bytes
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
{
"app": {
"launch": {
"local_path": "views/library.html"
}
},
"update_url": "http://github.readium.org/releases/update.xml",
"background_page" : "background/background.html",
"description": "An reader for EPUB3 books.",
"icons": {
"16": "images/main_icon/small.png",
"48": "images/main_icon/medium.png",
"128": "images/main_icon/large.png"
},
"minimum_chrome_version": "14",
"name": "Readium",
"permissions": [
"contextMenus",
"tabs",
"http://*/",
"self"
],
"content_scripts": [
{
"run_at": "document_idle",
"matches": ["http://*/*"],
"js": ["lib/jquery-1.7.1.min.js", "background/hijack-ebooks.js"]
}
],
"options_page": "views/library.html#options",
"version": "0.2.0"
}