main.json 294 B

123456789101112131415
  1. {
  2. "background_color": "black",
  3. "description": "Luckypot",
  4. "display": "fullscreen",
  5. "icons": [
  6. {
  7. "src": "./images/icon.png",
  8. "sizes": "192x192",
  9. "type": "image/png"
  10. }
  11. ],
  12. "name": "LuckyPot",
  13. "short_name": "Lucky",
  14. "start_url": "/webgame/"
  15. }