{
  "name": "Nicola Sebastiani — Photography",
  "short_name": "NS Photo",
  "description": "Photography by Nicola Sebastiani — a selection of moments in light, form, and quiet.",
  "start_url": "/index.php?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0e0e10",
  "theme_color": "#0e0e10",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Admin panel",
      "short_name": "Admin",
      "description": "Log in and manage the gallery",
      "url": "/admin/index.php?src=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Gallery",
      "short_name": "Gallery",
      "url": "/gallery.php?src=pwa"
    }
  ],
  "share_target": {
    "action": "/admin/share-receive.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photo",
          "accept": ["image/*", "image/jpeg", "image/png", "image/webp", "image/gif"]
        }
      ]
    }
  }
}
