{
  "name": "Creator Notes",
  "short_name": "Creator Notes",
  "description": "Persistent memory for AI agents. A shared workspace your agents read and update from the CLI.",
  "start_url": "/?v=3",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "version": "1.2",
  "url_handlers": [
    {
      "origin": "http://localhost:3000"
    }
  ],
  "icons": [
    {
      "src": "/android-chrome-192x192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-512x512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Note",
      "short_name": "New",
      "description": "Create a new note",
      "url": "/notes/new",
      "icons": [{ "src": "/android-chrome-192x192.png?v=3", "sizes": "192x192" }]
    },
    {
      "name": "View Notes",
      "short_name": "Notes",
      "description": "View all notes",
      "url": "/notes",
      "icons": [{ "src": "/android-chrome-192x192.png?v=3", "sizes": "192x192" }]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "View inbox",
      "url": "/inbox",
      "icons": [{ "src": "/android-chrome-192x192.png?v=3", "sizes": "192x192" }]
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [],
  "prefer_related_applications": false
} 