{
  "short_name": "M W G",
  "name": "Minimalistic Wallpapers Gallery",
  "start_url": "/Minimalistic-Wallpapers-Gallery",
  "display": "standalone",
  "description": "Minimalistic, flat art, and colorful, digital nature wallpapers and an API for randomly selecting them.",
  "dir": "auto",
  "theme_color": "#ffbcbc",
  "background_color": "#1c1b1f",
  "orientation": "any",
  "icons": [
    {
      "src": "./src/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./src/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "src/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "src/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "display_override": ["window-controls-overlay"], 
  "protocol_handlers": [{"protocol":"mailto","url":"/newEmail?to=%s"}], 
  "shortcuts": [
  {
    "name": "Search Images",
    "short_name": "Search Images",
    "description": "click to search Images",
    "url": "?q=",
    "icons": [
      {
        "src": "./src/icon.png",
        "sizes": "192x192"
      }
    ]
  }
], 
  "screenshots": [
    {
      "src": "https://iili.io/fGnhWIn.png",
      "type": "image/png",
      "description": "A screenshot of the Main Layout"
    },
    {
      "src": "https://iili.io/fGnhsrQ.png",
      "type": "image/png",
      "description": "A screenshot of the grid3x layout"
    },
    {
      "src": "https://iili.io/fGnhsrQ.png",
      "type": "image/png",
      "description": "A screenshot of the grid3x layout"
    },
    {
      "src": "https://iili.io/fGnjzGf.png",
      "type": "image/png",
      "description": "A screenshot of the light mode "
    },
    {
      "src": "https://iili.io/fGnX6UN.png",
      "type": "image/png",
      "description": "A screenshot of the light mode details layout"
    }
  ]
}
