{
  "name": "iSavedit",
  "short_name": "iSavedit",
  "description": "Save Instagram reels, YouTube shorts, articles and more. AI organises everything automatically.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#060E1A",
  "theme_color": "#FACC15",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "GET",
    "params": {
      "url": "url",
      "text": "text",
      "title": "title"
    }
  },
  "shortcuts": [
    {
      "name": "Save a link",
      "url": "/dashboard",
      "description": "Save a new link"
    },
    {
      "name": "All saves",
      "url": "/saves",
      "description": "View all saved links"
    }
  ]
}
