{
  "name": "Familiar",
  "short_name": "Familiar",
  "description": "LLM-powered local music player",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#18181b",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["music", "entertainment"],
  "shortcuts": [
    {
      "name": "Library",
      "url": "/?tab=library",
      "description": "Browse your music library"
    },
    {
      "name": "Chat",
      "url": "/?tab=chat",
      "description": "Talk to your music assistant"
    }
  ]
}
