{
  "name": "pics.ar — Paste, combine, edit & share images",
  "short_name": "pics.ar",
  "description": "Paste screenshots, combine several into one image, edit them, and get a shareable link.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fedbc7",
  "theme_color": "#0e1116",
  "icons": [
    {"src": "/icons/icon-192.webp", "sizes": "192x192", "type": "image/webp"},
    {"src": "/icons/icon-512.webp", "sizes": "512x512", "type": "image/webp"},
    {
      "src": "/icons/icon-maskable-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "maskable"
    },
    {"src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png"},
    {"src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png"},
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{"name": "image", "accept": ["image/png", "image/jpeg", "image/webp"]}]
    }
  }
}
