{
  "name": "Tricia Game",
  "short_name": "Tricia",
  "description": "Play with Tricia the triceratops! A friendly game for kids.",
  "id": "/?v=2",
  "start_url": "/",
  "scope": "./",
  "display": "fullscreen",
  "display_override": [
    "fullscreen",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "natural",
  "background_color": "#aef0ff",
  "theme_color": "#aef0ff",
  "categories": [
    "games",
    "kids",
    "education"
  ],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}