{
  "name": "My Bookmark App",
  "short_name": "My Bookmark",
  "description": "Personal Web Curation - Curate and organize your favorite websites",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#3b82f6",
  "background_color": "#ffffff",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png?v=20250926",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-256x256.png?v=20250926",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png?v=20250926",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png?v=20250926",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Bookmarks",
      "short_name": "Bookmarks",
      "description": "View all bookmarks",
      "url": "/",
      "icons": [
        {
          "src": "/icons/icon-192x192.png?v=20250926",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Categories",
      "short_name": "Categories",
      "description": "Manage categories",
      "url": "/categories",
      "icons": [
        {
          "src": "/icons/icon-192x192.png?v=20250926",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}