{
    "name": "Tabify — Guitar Arrangement Tool",
    "short_name": "Tabify",
    "description": "Create, edit and share guitar tablature with techniques, harmonics, and a dynamic fretboard.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#f5f2ed",
    "theme_color": "#1a1a1a",
    "lang": "en",
    "categories": ["music", "productivity", "utilities"],
    "icons": [
        {
            "src": "assets/logo.png",
            "sizes": "any",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Open Editor",
            "short_name": "Editor",
            "url": "./editor.html",
            "description": "Jump straight into the tab editor."
        },
        {
            "name": "Documentation",
            "short_name": "Docs",
            "url": "./docs.html"
        }
    ]
}
