{
    "_copyright": "Copyright (c) 2025-2026 Greg Ames/Ames & Associates. All Rights Reserved. Project: Karaoke Dreamz | Filename: static/manifest.json",
    "name": "A&R Guru",
    "short_name": "A&R Guru",
    "description": "Band management platform for gigging musicians",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1a1a2e",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/static/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["music", "entertainment", "productivity"],
    "lang": "en-US",
    "dir": "ltr",
    "shortcuts": [
        { "name": "My Bands", "url": "/bands/", "description": "View your bands" },
        { "name": "Song Search", "url": "/songs/search/", "description": "Search for songs" }
    ]
}
