{
  "name": "Hedge Music",
  "short_name": "HedgeMusic",
  "description": "Personal music library — queue & offline playback",
  "start_url": "./music.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0c0c0e",
  "theme_color": "#0c0c0e",
  "lang": "en",
  "dir": "ltr",
  "launch_handler": { "client_mode": "focus-existing" },
  "handle_links": "preferred",
  "categories": ["music", "entertainment"],
  "share_target": {
    "action": "./music.html",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "shortcuts": [
    { "name": "Queue URL", "short_name": "Queue", "url": "./music.html?action=queue", "description": "Paste & queue a new track", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Library", "short_name": "Library", "url": "./music.html#library", "description": "Browse all tracks", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Playlists", "short_name": "Playlists", "url": "./music.html#playlists", "description": "Your playlists", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "form_factor": "narrow", "label": "Library" }
  ]
}
