{
  "name": "DonnyDon.com",
  "short_name": "DD.",
  "description": "Don's personal site - The Walled Garden, forum, gallery, and more.",
  "start_url": "/walled-garden.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0e1012",
  "theme_color": "#7b5ea7",
  "lang": "en",
  "categories": ["social", "entertainment"],
  "icons": [
    {
      "src": "/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "The Board",
      "short_name": "Forum",
      "description": "Open the discussion forum",
      "url": "/forum.php",
      "icons": [{ "src": "/images/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Gallery",
      "short_name": "Gallery",
      "description": "Open the photo gallery",
      "url": "/gallery.php",
      "icons": [{ "src": "/images/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
