{
  "name": "Kreeka mütoloogia — Jumalate Entsüklopeedia",
  "short_name": "Mütoloogia",
  "description": "Offline-first Kreeka mütoloogia entsüklopeedia jumalate, sündmuste, sugupuu ja Muusika Altariga.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#050505",
  "theme_color": "#050505",
  "categories": [
    "education",
    "books",
    "entertainment"
  ],
  "lang": "et",
  "dir": "ltr",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "maskable-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "logo-v143.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Sugupuu",
      "short_name": "Sugupuu",
      "url": "./sugupuu.html",
      "icons": [
        {
          "src": "icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Muusika Altar",
      "short_name": "Altar",
      "url": "./music-altar.html",
      "icons": [
        {
          "src": "icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Sündmused",
      "short_name": "Sündmused",
      "url": "./sundmused/index.html",
      "icons": [
        {
          "src": "icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "English",
      "short_name": "EN",
      "url": "./en/index.html",
      "icons": [
        {
          "src": "icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ]
}