{ "name": "Dead Cells Compendium", "short_name": "Dead Compendium", "description": "Dead Cells objects compendium and build planner", "id": "dead-compendium-app", "start_url": "./", "display": "standalone", "background_color": "#fff", "theme_color": "#1a6dff", "prefer_related_applications": false, "categories": [ "games" ], "dir": "auto", "lang": "en", "orientation": "portrait", "scope": "https://deadcells.k94ll13nn3.dev/", "launch_handler": { "client_mode": [ "navigate-existing", "auto" ] }, "icons": [ { "src": "img/ms-icon-96x96.png", "type": "image/png", "sizes": "96x96" }, { "src": "img/ms-icon-144x144.png", "type": "image/png", "sizes": "144x144" }, { "src": "img/ms-icon-150x150.png", "type": "image/png", "sizes": "150x150" }, { "src": "img/ms-icon-310x310.png", "type": "image/png", "sizes": "310x310" }, { "src": "img/ms-icon-512x512.png", "type": "image/png", "sizes": "512x512" } ], "shortcuts": [ { "name": "Database", "url": "/", "description": "All items, upgrades and enemies", "icons": [ { "src": "img/ms-icon-96x96.png", "type": "image/png", "sizes": "96x96" } ] }, { "name": "Builds", "url": "/build", "description": "All builds", "icons": [ { "src": "img/ms-icon-96x96.png", "type": "image/png", "sizes": "96x96" } ] } ] }