{
  "id": "./",
  "name": "Factor Blaster — Algebraic Factorisation Game",
  "short_name": "Factor Blaster",
  "description": "Practise algebraic factorisation by blasting asteroids — shoot the correct factorisation to clear a path. Grades 10–12.",
  "lang": "en-ZA",
  "dir": "ltr",
  "categories": ["education", "games"],
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#05060f",
  "theme_color": "#05060f",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New mission",
      "short_name": "New",
      "description": "Start a fresh game from level 1",
      "url": "./?action=start",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Continue mission",
      "short_name": "Continue",
      "description": "Resume your saved level and score",
      "url": "./?action=continue",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
