{
  "name": "Jayson Learning World",
  "short_name": "Jayson",
  "description": "Age-adaptive learning with voice, animations and puzzles.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#fffdf7",
  "theme_color": "#0d625d",
  "orientation": "any",
  "icons": [
    {
      "src": "./icons/jayson-icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/jayson-icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}