{
  "name": "Jack and Jill - Read & Learn Storybook",
  "short_name": "Jack & Jill",
  "description": "An interactive illustrated reading game and nursery rhyme storybook with karaoke read-aloud, phonics, and offline play.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F7F5FF",
  "theme_color": "#7357D9",
  "lang": "en",
  "categories": ["education", "kids", "books", "games"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Reading",
      "short_name": "Read",
      "description": "Start reading Jack and Jill from the beginning",
      "url": "./#read",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ]
}
