manifest.json 541 B

12345678910111213141516171819202122232425
  1. {
  2. "background_color": "#000000",
  3. "description": "Luckypot",
  4. "display": "fullscreen",
  5. "icons": [
  6. {
  7. "src": "./icon.png",
  8. "sizes": "512x512",
  9. "type": "image/png"
  10. }
  11. ],
  12. "name": "LuckyPot",
  13. "short_name": "Lucky",
  14. "start_url": "/webGame/index.html?pwa=1&&channel=101",
  15. "scope": "/",
  16. "theme_color": "#000000",
  17. "id": "luckpotV1",
  18. "dir": "auto",
  19. "lang": "en",
  20. "orientation": "landscape-primary",
  21. "display_override": [
  22. "fullscreen",
  23. "window-controls-overlay"
  24. ]
  25. }