{
  "short_name": "Markwise",
  "name": "Markwise – Save, Organize & Find Anything Online",
  "description": "Markwise is the AI-powered knowledge manager for bookmarks, notes, and research spaces. Save YouTube videos with timestamps, highlight web pages, and search everything instantly.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1e272e",
  "theme_color": "#1e272e",
  "orientation": "any",
  "icons": [
    {
      "src": "/pwa-64x64.svg",
      "sizes": "64x64",
      "type": "image/svg+xml"
    },
    {
      "src": "/pwa-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities", "education"],
  "lang": "en-US",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Add Bookmark",
      "short_name": "Add",
      "url": "/?action=add-bookmark",
      "icons": [{ "src": "/pwa-192x192.svg", "sizes": "192x192" }]
    },
    {
      "name": "My Spaces",
      "short_name": "Spaces",
      "url": "/?contentType=spaces",
      "icons": [{ "src": "/pwa-192x192.svg", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
