{
  "name": "Vocalia",
  "short_name": "Vocalia",
  "description": "VTuberのためのオリジナルソング・マーケットプレイス",
  "lang": "ja",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#7C4DFF",
  "categories": ["music", "shopping", "entertainment"],
  "icons": [
    {
      "src": "/static/images/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/static/images/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "楽曲を探す",
      "url": "/tracks/",
      "icons": [{"src": "/static/images/icon.svg", "sizes": "any", "type": "image/svg+xml"}]
    },
    {
      "name": "お気に入り",
      "url": "/tracks/favorites/",
      "icons": [{"src": "/static/images/icon.svg", "sizes": "any", "type": "image/svg+xml"}]
    }
  ]
}
