{
  "name": "CAT — CogmemAi Memory",
  "short_name": "CAT",
  "description": "Save and recall knowledge from anywhere. Cognitive Memory Ai for the web.",
  "start_url": "/cat/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#00274C",
  "background_color": "#00274C",
  "scope": "/cat/",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/cat/share.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
