{
  "name": "Private Retreat",
  "short_name": "Retreat",
  "description": "Il tuo piccolo hub personale: musica, un mini-arcade, chat, fumetti e mood tracking in stile retrowave.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#1a0b2e",
  "theme_color": "#2d1145",
  "categories": ["lifestyle", "entertainment", "personalization"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
