{
  "id": "/",
  "name": "Jogo da Sorte",
  "short_name": "JogoDaSorte",
  "description": "Aplicativo para venda de bilhetes e cotas.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "pt-BR",
  "categories": ["entertainment", "business"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.fatimadasorte.app",
      "id": "com.fatimadasorte.app"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "shortcuts": [
    {
      "name": "Comprar Bilhetes",
      "short_name": "Comprar",
      "description": "Ir para a página de compras",
      "url": "/?page=comprar",
      "icons": [{"src": "/icon-192x192.png", "sizes": "192x192"}]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+sorteio",
      "url": "/?url=%s"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"]
      }
    }
  ],
  "widgets": [
    {
      "name": "Sorteios",
      "short_name": "Sorteios",
      "description": "Próximos sorteios",
      "tag": "sorteios",
      "ms_ac_template": "/widgets/template.json",
      "ms_ac_data": "/widgets/data.json"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/"
  },
  "scope_extensions": [
    {
      "origin": "*.appdesorteio.com"
    }
  ],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}