Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
titaniumnetwork-dev
GitHub Repository: titaniumnetwork-dev/Incognito-old
Path: blob/main/static/src/gs/public/pacman/manifest.json
1344 views
1
{
2
"name": "Pacman Canvas",
3
"short_name": "Pacman Canvas",
4
"description": "An old classic, rewritten in HTML5",
5
"version": "0.92",
6
"lang": "en-US",
7
8
"display": "standalone",
9
"orientation": "portrait",
10
"start_url": "./?utm_source=web_app_manifest",
11
12
13
"icons": [
14
{
15
"src": "img/icon-128.png",
16
"sizes": "128x128",
17
}
18
],
19
20
"app": {
21
"urls": [
22
"http://pacman.platzh1rsch.ch/"
23
],
24
"launch": {
25
"web_url": "http://pacman.platzh1rsch.ch"
26
}
27
28
},
29
30
"verification_key" : "eca78f4d-14f3-4fe7-8b44-3e0006a9a9c7",
31
"type" : "web",
32
"last_update" : "2018-03-06 16:45:11+0000"
33
34
}
35
36