{
  "name": "Notesy",
  "short_name": "Notesy",
  "description": "Notesy is a second-brain note app with AI, canvas, draw notes, calendar, reminders, and collaboration.",
  "theme_color": "#0ea5e9",
  "background_color": "#0f172a",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/notesyfavicon.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/icons/notesyicon512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Quick Note",
      "short_name": "Quick Note",
      "url": "/?open=inbox",
      "description": "Capture a new note fast"
    },
    {
      "name": "Ask Notesy",
      "short_name": "Ask AI",
      "url": "/?open=ask&q=Summarize%20my%20week",
      "description": "Jump straight into Ask My Notes"
    }
  ]
}
