Revela-Games/pacman/manifest.json
2023-03-31 14:04:34 -04:00

34 lines
635 B
JSON

{
"name": "Pacman Canvas",
"short_name": "Pacman Canvas",
"description": "An old classic, rewritten in HTML5",
"version": "0.92",
"lang": "en-US",
"display": "standalone",
"orientation": "portrait",
"start_url": "./?utm_source=web_app_manifest",
"icons": [
{
"src": "img/icon-128.png",
"sizes": "128x128",
}
],
"app": {
"urls": [
"http://pacman.platzh1rsch.ch/"
],
"launch": {
"web_url": "http://pacman.platzh1rsch.ch"
}
},
"verification_key" : "eca78f4d-14f3-4fe7-8b44-3e0006a9a9c7",
"type" : "web",
"last_update" : "2018-03-06 16:45:11+0000"
}