forked from litewrite/litewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindie.json
71 lines (71 loc) · 2.01 KB
/
indie.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "Litewrite",
"icons": [
{
"src": "https://raw.githubusercontent.com/litewrite/screenshots/master/litewrite-kindle-big.png",
"sizes": "512x512",
"type": "image/png",
"density": "1"
},
{
"src": "img/litewrite-touch.png",
"sizes": "144x144",
"type": "image/png",
"density": "1"
},
{
"src": "img/litewrite.png",
"sizes": "16x16",
"type": "image/png",
"density": "1"
}
],
"start_url": "/",
"display": "fullscreen",
"orientation": "landscape",
"short_description": "distraction-free writing and notes",
"description": "This is a distraction-free app designed for simple note taking and writing. It works offline and your browser will keep your data saved (nerd facts: AppCache & localStorage). You can also synchronize your notes to different devices using the open remoteStorage standard.",
"license": "AGPLv3",
"license_url": "https://raw.githubusercontent.com/litewrite/litewrite/gh-pages/license.txt",
"source_url": "https://github.com/litewrite/litewrite",
"version": "0.0.1",
"developer": {
"name": "Jan-Christoph Borchardt & Jorin Vogel",
"url": "http://litewrite.net"
},
"wikipedia_url": "",
"default_locale": "en",
"protocols": [
"remoteStorage"
],
"categories": [
{
"name": "BSD",
"subcategories": [
"Notes",
"Tools"
]
},
{
"name": "GNU/Linux",
"subcategories": [
"Notes",
"Tools"
]
},
{
"name": "OS X",
"subcategories": [
"Notes",
"Tools"
]
},
{
"name": "Windows",
"subcategories": [
"Notes",
"Tools"
]
}
]
}