{
    "id": "/?source=pwa",
    "name": "PodBatcher",
    "short_name": "PodBatcher",
    "description": "Bulk-create Print-On-Demand listings from a master template.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "orientation": "any",
    "lang": "en",
    "dir": "ltr",
    "categories": ["business", "productivity", "shopping"],
    "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "Batcher files",
            "short_name": "Batcher",
            "url": "/batcher-files?source=pwa",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Publishing calendar",
            "short_name": "Calendar",
            "url": "/publishing-calendar?source=pwa",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Template library",
            "short_name": "Templates",
            "url": "/templates?source=pwa",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
