{
  "name": "MoveMyWork",
  "short_name": "MoveMyWork",
  "description": "Your clipboard, everywhere you work. Copy on one device, paste on another.",
  "start_url": "/dashboard.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6f2ea",
  "theme_color": "#14171a",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard.php",
      "description": "Open your clipboard history"
    },
    {
      "name": "Settings",
      "url": "/settings.php",
      "description": "Account settings and API token"
    }
  ],
  "share_target": {
    "action": "/api/share_target.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "image/*",
            "video/*",
            "audio/*",
            "text/*",
            "application/pdf",
            "application/zip",
            "application/octet-stream"
          ]
        }
      ]
    }
  }
}
