{
  "name": "Tamavicherl",
  "short_name": "Tamavicherl",
  "id": "/",
  "description": "A Tamagotchi-inspired virtual pet browser game with idle clicker mechanics. Raise your pet from egg to Celestial across 9 evolution stages!",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#1a1a2e",
  "theme_color": "#7b2ff7",
  "orientation": "portrait-primary",
  "categories": ["games"],
  "lang": "en",
  "dir": "ltr",
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "store/screenshots/screenshot-wide-1.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tamavicherl — raise your virtual pet"
    },
    {
      "src": "store/screenshots/screenshot-wide-2.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tamavicherl — shop and upgrades"
    },
    {
      "src": "store/screenshots/screenshot-narrow-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tamavicherl — mobile pet view"
    },
    {
      "src": "store/screenshots/screenshot-narrow-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Tamavicherl — holographic evolution card"
    }
  ],
  "shortcuts": [
    {
      "name": "Feed Pet",
      "short_name": "Feed",
      "description": "Feed your virtual pet",
      "url": "/?action=feed",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Play with Pet",
      "short_name": "Play",
      "description": "Play with your virtual pet",
      "url": "/?action=play",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
