{
  "name": "Virtual Pass",
  "short_name": "Virtual Pass",
  "description": "Sistema de passes virtuais para transporte público",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#222222",
  "theme_color": "#00E676",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "pt-BR",
  "icons": [
    {
      "src": "/android-chrome-192x192.png?v=1775256690602",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png?v=1775256690602",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-512x512.png?v=1775256690602",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png?v=1775256690602",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-192x192.png?v=1775256690602",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "notification"
    },
    {
      "src": "/android-chrome-512x512.png?v=1775256690602",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "notification"
    },
    {
      "src": "/icons/notification-icon.png?v=1775256690602",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "notification"
    },
    {
      "src": "/icons/notification-badge.png?v=1775256690602",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "badge"
    }
  ],
  "categories": ["transportation", "utilities"],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Receber Passe",
      "short_name": "QR Code",
      "description": "Receber passe via QR Code",
      "url": "/receber-passe",
      "icons": [
        {
          "src": "/android-chrome-192x192.png?v=1775256690602",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        },
        {
          "src": "/android-chrome-512x512.png?v=1775256690602",
          "sizes": "512x512",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Scanner QR",
      "short_name": "Scanner",
      "description": "Abrir scanner QR",
      "url": "/scanner",
      "icons": [
        {
          "src": "/android-chrome-192x192.png?v=1775256690602",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        },
        {
          "src": "/android-chrome-512x512.png?v=1775256690602",
          "sizes": "512x512",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ]
}