{
    "id": "com.triviatapp",
    "name": "Trivia Tapp",
    "short_name": "Trivia Tapp",
    "lang": "en-US",
    "dir": "ltr",
    "description": "The daily pub quiz delivered to your group chat.",
    "categories": [
        "games",
        "entertainment",
        "social"
    ],
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "minimal-ui"
    ],
    "orientation": "any",
    "theme_color": "#212529",
    "background_color": "#eba02a",
    "icons": [
        {
            "src": "/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/img/screenshots/surface-home.png",
            "sizes": "2736x1824",
            "type": "image/png",
            "form_factor": "wide",
            "label": "The daily pub quiz delivered to your group chat. Turn your friendly banter into a daily competition."
        },
        {
            "src": "/img/screenshots/surface-leaderboard.png",
            "sizes": "2736x1824",
            "type": "image/png",
            "form_factor": "wide",
            "label": "View the leaderboard and your high scores."
        },
        {
            "src": "/img/screenshots/surface-chat-list.png",
            "sizes": "2736x1824",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Manage your chats and settings."
        },
        {
            "src": "/img/screenshots/surface-chat-page.png",
            "sizes": "2736x1824",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Play the daily pub quiz in your group chat."
        },
        {
            "src": "/img/screenshots/ipad-home.png",
            "sizes": "2048x2732",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "The daily pub quiz delivered to your group chat. Turn your friendly banter into a daily competition."
        },
        {
            "src": "/img/screenshots/ipad-leaderboard.png",
            "sizes": "2048x2732",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "View the leaderboard and your high scores."
        },
        {
            "src": "/img/screenshots/ipad-chat-list.png",
            "sizes": "2048x2732",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Manage your chats and settings."
        },
        {
            "src": "/img/screenshots/ipad-chat-page.png",
            "sizes": "2048x2732",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Play the daily pub quiz in your group chat."
        },
        {
            "src": "/img/screenshots/iphone-home.png",
            "sizes": "1290x2796",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "The daily pub quiz delivered to your group chat. Turn your friendly banter into a daily competition."
        },
        {
            "src": "/img/screenshots/iphone-leaderboard.png",
            "sizes": "1290x2796",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "View the leaderboard and your high scores."
        },
        {
            "src": "/img/screenshots/iphone-chat-list.png",
            "sizes": "1290x2796",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Manage your chats and settings."
        },
        {
            "src": "/img/screenshots/iphone-chat-page.png",
            "sizes": "1290x2796",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Play the daily pub quiz in your group chat."
        }
    ],
    "iarc_rating_id": "a86f8b2b-1484-454b-bd4f-692907182809",
    "gcm_sender_id": "103953800507",
    "prefer_related_applications": false,
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=com.triviatapp",
            "id": "com.triviatapp"
        },
        {
            "platform": "itunes",
            "url": "https://apps.apple.com/nl/app/triviatapp/id6444381352",
            "id": "6444381352"
        },
        {
            "platform": "windows",
            "url": "https://apps.microsoft.com/store/detail/triviatapp/9N9G55W5N49G",
            "id": "9N9G55W5N49G"
        }
    ],
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "scope_extensions": [
        {
            "type": "origin",
            "origin": "https://triviatapp.com"
        },
        {
            "type": "origin",
            "origin": "https://triviatapp.nl"
        }
    ],
    "shortcuts": [
        {
            "name": "My chats",
            "short_name": "Chats",
            "description": "View your chats.",
            "url": "/chats"
        },
        {
            "name": "My profile",
            "short_name": "Profile",
            "description": "View your profile.",
            "url": "/profile"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 400
    },
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "image",
                    "accept": [
                        "image/*"
                    ]
                }
            ]
        }
    }
}