{
  "name": "ClipperWorkspace",
  "short_name": "Clipper",
  "description": "Clip any page. Brand it. Send it.",
  "id": "/",
  "start_url": "/board",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0c14",
  "theme_color": "#6366f1",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "url":   "url",
      "title": "title",
      "text":  "text",
      "files": [
        { "name": "image", "accept": ["image/*"] }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "My board",
      "short_name": "Board",
      "url": "/board",
      "description": "Open your clipping board"
    },
    {
      "name": "Paste a URL",
      "short_name": "Studio",
      "url": "/studio",
      "description": "Clip any URL manually"
    }
  ]
}
