{
  "name": "Aptosity Gallery",
  "short_name": "Gallery",
  "description": "Free online photo viewer with zoom, gradual rotation dial, drag-to-pan, thumbnailed masonry playlist, and fullscreen.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#050309",
  "theme_color": "#9945FF",
  "orientation": "any",
  "categories": [
    "multimedia",
    "photo",
    "utilities"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}