12345678910111213141516171819202122232425 |
- {
- "background_color": "#000000",
- "description": "Luckypot",
- "display": "fullscreen",
- "icons": [
- {
- "src": "./icon.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ],
- "name": "LuckyPot",
- "short_name": "Lucky",
- "start_url": "/webGame/index.html?pwa=1&&channel=101",
- "scope": "/",
- "theme_color": "#000000",
- "id": "luckpotV1",
- "dir": "auto",
- "lang": "en",
- "orientation": "landscape-primary",
- "display_override": [
- "fullscreen",
- "window-controls-overlay"
- ]
- }
|