{
    "name": "moviemates.social",
    "short_name": "moviemates.social",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "background_color": "#0C0E12",
    "theme_color": "#0C0E12",
    "description": "Bringing the Social Magic back to movies.",
    "orientation": "portrait-primary",
    "categories": ["entertainment", "social", "lifestyle"],
    "prefer_related_applications": false,
    "share_target": {
        "_comment": "URL + text share only for v2.0.33. File share via Share Target requires a service-worker handler that intercepts POSTs to /share-target and stashes the file in IndexedDB — slated for v2.0.34. Until then drag-and-drop on the Past Cinema Experiences screen is the file path.",
        "action": "/?shared=1",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/apple-touch-icon-180.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}