{
  "id": "./index.html",
  "name": "RubaTone AI",
  "short_name": "RubaTone AI",
  "description": "Interactive front-end demo for RubaTone AI.",
  "lang": "zh-Hant",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "background_color": "#08090c",
  "theme_color": "#08090c",
  "categories": ["music", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "static/icons/rubatone-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "static/icons/rubatone-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Cover Studio", "short_name": "Cover", "url": "cover.html", "icons": [{ "src": "static/icons/rubatone-icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Model Training", "short_name": "Training", "url": "training.html", "icons": [{ "src": "static/icons/rubatone-icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ]
}
