{
  "name": "Rememberly",
  "short_name": "Rememberly",
  "id": "com.rmmbrly.app",
  "description": "Turn saved posts, links, and files into a searchable knowledge base — AI summaries, tags, and fast recall when needed.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F7F5F3",
  "theme_color": "#D4960A",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["productivity", "utilities"],
  "share_target": {
    "action": "/save-confirm",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
