{
  "name": "PlugOn Power Bank",
  "short_name": "PlugOn",
  "description": "Aluguel de power bank PlugOn com estações Bajie, pagamento Mercado Pago, câmera para QR Code e GPS para estações próximas.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#121212",
  "theme_color": "#FF6600",
  "lang": "pt-BR",
  "categories": ["utilities", "navigation", "shopping"],
  "icons": [
    {
      "src": "/assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Escanear estação",
      "short_name": "Escanear",
      "description": "Abrir a PlugOn para escanear uma estação Bajie.",
      "url": "/app.html#scan",
      "icons": [{ "src": "/assets/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Estações próximas",
      "short_name": "Estações",
      "description": "Ver estações PlugOn próximas usando GPS.",
      "url": "/app.html#stations",
      "icons": [{ "src": "/assets/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
