forked from Ryuno-Ki/diaspora-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webapp
52 lines (52 loc) · 1.57 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"version": "0.5",
"name": "diaspora*",
"description": "OpenWeb Application for the diaspora* social network",
"launch_path": "/diaspora-webapp/index.html",
"icons": {
"30": "/diaspora-webapp/design/d-30.png",
"48": "/diaspora-webapp/design/d-48.png",
"60": "/diaspora-webapp/design/d-60.png",
"90": "/diaspora-webapp/design/d-90.png",
"128": "/diaspora-webapp/design/d-128.png"
},
"developer": {
"name": "Flaburgan",
"url": "https://github.com/flaburgan"
},
"installs_allowed_from": ["*"],
"locales": {
"de": {
"name": "diaspora*",
"description": "Offene Web Anwendung für das Soziale Netzwerk diaspora*"
},
"eo": {
"name": "diaspora*",
"description": "Libera retaplikaĵo por la socia retejo diaspora*"
},
"fr": {
"name": "diaspora*",
"description": "Application web ouverte pour le réseau social diaspora*"
},
"it": {
"name": "diaspora*",
"description": "Applicazione OpenWeb per il social network diaspora*"
},
"nb": {
"name": "diaspora*",
"description": "OpenWeb applikasjon for det sosiale nettverket diaspora*"
}
},
"chrome": { "navigation": true },
"default_locale": "en",
"activities": {
"share": {
"filters": {
"type": [ "url" ]
},
"href": "/diaspora-webapp/share.html",
"disposition": "window",
"returnValue": false
}
}
}