{
  "id": "/app",
  "name": "MyContext — your AI-native bookmark vault",
  "short_name": "MyContext",
  "description": "Save links, notes and files. MyContext reads them, tags them and answers questions about everything you've collected.",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f1f7fa",
  "theme_color": "#f1f7fa",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/app/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "shortcuts": [
    {
      "name": "Save something",
      "short_name": "Save",
      "description": "Paste a link or jot a note",
      "url": "/app?compose=1&source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ask the librarian",
      "short_name": "Ask",
      "description": "Ask a question across your library",
      "url": "/app/ask?source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Highlights",
      "short_name": "Highlights",
      "description": "Everything you've marked",
      "url": "/app/highlights?source=pwa",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
