{
  "name": "Alves Solutions Portal",
  "short_name": "AS Portal",
  "description": "Client portal — manage tickets, view your SLA and track your services.",
  "start_url": "/portal/login",
  "scope": "/portal/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#04060a",
  "theme_color": "#04060a",
  "lang": "en",
  "categories": ["business", "productivity"],

  "icons": [
    { "src": "/portal/icons/icon-72.png",           "sizes": "72x72",   "type": "image/png" },
    { "src": "/portal/icons/icon-96.png",           "sizes": "96x96",   "type": "image/png" },
    { "src": "/portal/icons/icon-128.png",          "sizes": "128x128", "type": "image/png" },
    { "src": "/portal/icons/icon-144.png",          "sizes": "144x144", "type": "image/png" },
    { "src": "/portal/icons/icon-152.png",          "sizes": "152x152", "type": "image/png" },
    { "src": "/portal/icons/icon-180.png",          "sizes": "180x180", "type": "image/png" },
    { "src": "/portal/icons/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/portal/icons/icon-384.png",          "sizes": "384x384", "type": "image/png" },
    { "src": "/portal/icons/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/portal/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "screenshots": [
    {
      "src": "/portal/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Alves Solutions Client Portal"
    }
  ],

  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/portal/dashboard",
      "icons": [{ "src": "/portal/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "New Ticket",
      "short_name": "Ticket",
      "url": "/portal/tickets/new",
      "icons": [{ "src": "/portal/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "url": "/portal/account",
      "icons": [{ "src": "/portal/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false
}
