{
  "name": "Prime Numbers & Factors",
  "short_name": "Primes",
  "description": "Sieve of Eratosthenes, factor trees, GCF/LCM Venn diagrams and divisibility rule trainer.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0e1525",
  "theme_color": "#4F46E5",
  "lang": "en",
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='32' fill='%230e1525'/><text x='96' y='128' font-family='monospace' font-weight='800' font-size='100' fill='%23f59e0b' text-anchor='middle'>17</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='80' fill='%230e1525'/><text x='256' y='340' font-family='monospace' font-weight='800' font-size='270' fill='%23f59e0b' text-anchor='middle'>17</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' fill='%230e1525'/><text x='256' y='340' font-family='monospace' font-weight='800' font-size='220' fill='%23f59e0b' text-anchor='middle'>17</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
