{
  "name": "aClipz",
  "short_name": "aClipz",
  "description": "Save and organize bookmarks with automatic content extraction and screenshots",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7C3AED",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/mobile-save",
    "method": "GET",
    "params": {
      "url": "url",
      "title": "title",
      "text": "text"
    }
  },
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Quick Save",
      "short_name": "Save",
      "description": "Save a bookmark quickly",
      "url": "/mobile-save",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}
