{
    "name": "Ramblist - Share Your Stories",
    "short_name": "Ramblist",
    "description": "A platform for sharing articles, stories, and ideas with the world",
    "theme_color": "#2c3e50",
    "background_color": "#ffffff",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/?utm_source=pwa",
    "id": "ramblist-pwa",
    "categories": ["news", "magazines", "social"],
    "icons": [
        {
            "src": "/apple-icon-57x57.png",
            "sizes": "57x57",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-icon-60x60.png",
            "sizes": "60x60",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-icon-76x76.png",
            "sizes": "76x76",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-icon-114x114.png",
            "sizes": "114x114",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-icon-120x120.png",
            "sizes": "120x120",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/apple-icon-180x180.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Create Article",
            "short_name": "New Article",
            "description": "Create a new article",
            "url": "/articles/new?utm_source=pwa",
            "icons": [{ "src": "/android-icon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "My Profile",
            "short_name": "Profile",
            "description": "View your profile",
            "url": "/my-profile?utm_source=pwa",
            "icons": [{ "src": "/android-icon-96x96.png", "sizes": "96x96" }]
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/home.png",
            "sizes": "1280x720",
            "type": "image/png"
        },
        {
            "src": "/screenshots/article.png",
            "sizes": "1280x720",
            "type": "image/png"
        }
    ],
    "prefer_related_applications": false,
    "related_applications": []
}
