{
  "id": "/",
  "name": "Wizard's Companion",
  "short_name": "WizCompanion",
  "description": "Wizard's Companion is a collection of database, guides, infographics and QoL tools for MMORPG Wizard101 to make your life easier or teach you about things you are unsure about.",
  "theme_color": "#ffff00",
  "background_color": "#161616",
  "orientation": "landscape",
  "start_url": "./",
  "display": "standalone",
  "prefer_related_applications": false,
  "categories":
  [
    "games",
    "utilities"
  ],
  "shortcuts":
  [
    {
      "name": "Database",
      "description": "Database of various things in the game.",
      "url": "/database"
    },
    {
      "name": "Tools",
      "description": "Collection of various tools.",
      "url": "/tools"
    },
    {
      "name": "Guides",
      "description": "Collection of various guides.",
      "url": "/guides"
    },
    {
      "name": "Infographics",
      "description": "Collection of various infographics.",
      "url": "/infographics"
    }
  ],
  "icons":
  [
    {
      "src": "images/icons/Spellbook256.webp",
      "type": "image/webp",
      "sizes": "256x256"
    }
  ],
  "screenshots":
  [
    {
      "src": "images/screenshots/home.webp",
      "sizes": "1638x934",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Home screen showing main navigation."
    },
    {
      "src": "images/screenshots/database.webp",
      "sizes": "1638x934",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Database main menu."
    },
    {
      "src": "images/screenshots/tools.webp",
      "sizes": "1638x934",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Tools main menu."
    },
    {
      "src": "images/screenshots/mobile.webp",
      "sizes": "379x842",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Home screen showing main navigation on mobile devices."
    }
  ]
}
