{
  "name": "Sistemo — Te lo Sistemo.",
  "short_name": "Sistemo",
  "description": "Il portale per gestire ticket, bug e richieste con il tuo team di supporto.",
  "start_url": "/portal",
  "scope": "/portal",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#2563EB",
  "lang": "it",
  "dir": "ltr",
  "categories": ["productivity", "business"],
  "icons": [
    { "src": "/icons/sistemo-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/sistemo-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/sistemo-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/sistemo-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Apri nuovo ticket",
      "short_name": "Nuovo ticket",
      "url": "/portal/tickets/new",
      "icons": [{ "src": "/icons/sistemo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "I miei ticket",
      "short_name": "I miei ticket",
      "url": "/portal",
      "icons": [{ "src": "/icons/sistemo-192.png", "sizes": "192x192" }]
    }
  ]
}
