{
  "name": "Gridora — Block Puzzle",
  "short_name": "Gridora",
  "description": "Block puzzle adictivo. Encaja piezas, limpia filas y columnas, rompe tu récord.",
  "id": "?source=pwa",
  "start_url": "?source=pwa",
  "scope": "",
  "display": "standalone",
  "display_override": [
    "standalone",
    "fullscreen",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#1a1a2e",
  "theme_color": "#1a1a2e",
  "lang": "es",
  "dir": "ltr",
  "categories": [
    "games",
    "puzzle",
    "entertainment"
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.gridora.game"
    }
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable",
      "safe_zone": "20%"
    }
  ],
  "screenshots": [
    {
      "src": "assets/icon/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Gridora"
    }
  ],
  "shortcuts": [
    {
      "name": "Jugar",
      "short_name": "Jugar",
      "description": "Empezar partida rápida",
      "url": "?source=pwa&action=play",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}