forked from openberg/lector-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webapp
37 lines (37 loc) · 874 Bytes
/
manifest.webapp
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
{
"name": "OpenBerg Lector",
"version": "7.0a1",
"developer": {
"name": "David Rajchenbach-Teller",
"url": "http://lector.yoric.rajtel.name"
},
"icons": {
"60": "/img/icon60.png",
"128": "/img/icon128.png",
"256": "/img/icon256.png"
},
"description": "open-source, open-standards e-Book reader.",
"launch_path": "/index.html",
"default_locale": "en",
"type": "web",
"fullscreen": "true",
"activities": {
"open": {
"filters": {
"type": ["application/epub+zip"]
},
"href": "/index.html?action=open",
"disposition": "window",
"returnValue": "false"
},
"view": {
"filters": {
"type": ["application/epub+zip"]
},
"href": "/index.html?action=view",
"disposition": "window",
"returnValue": "false"
}
},
"orientation": ["portrait-primary"]
}