{
  "name": "Scacchi Pro Mobile",
  "short_name": "Scacchi Pro",
  "description": "Un'app di scacchi leggera con IA installabile sul tuo telefono.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#16191e",
  "theme_color": "#16191e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='512' height='512'><rect width='100' height='100' fill='%2316191e'/><text x='50' y='65' font-size='60' text-anchor='middle'>♞</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='192' height='192'><rect width='100' height='100' fill='%2316191e'/><text x='50' y='65' font-size='60' text-anchor='middle'>♞</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}