{
  "name": "FlowTask",
  "short_name": "FlowTask",
  "description": "Gestione attività e collector arena",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#060814",
  "theme_color": "#060814",
  "orientation": "portrait-primary",
  "lang": "it",
  "categories": ["productivity"],
  "icons": [
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Collector Arena",
      "short_name": "Collector",
      "description": "Apri il Collector Hub",
      "url": "/collector"
    },
    {
      "name": "Missions",
      "short_name": "Missions",
      "description": "Missioni attive",
      "url": "/collector/missions"
    },
    {
      "name": "Planner",
      "short_name": "Planner",
      "description": "Gestione attività",
      "url": "/planner"
    }
  ]
}
