{
  "name": "MythicPets",
  "short_name": "MythicPets",
  "description": "Collect, battle, breed, gather, and trade your pets.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "./favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "My Pets",
      "short_name": "Pets",
      "url": "./dashboard"
    },
    {
      "name": "Battle",
      "short_name": "Battle",
      "url": "./battle"
    },
    {
      "name": "Gather",
      "short_name": "Gather",
      "url": "./gather"
    }
  ]
}
