{
  "name": "Notespark",
  "short_name": "Notespark",
  "description": "Notespark — your notes, ideas, and conversations in one place. Organize, share, and capture quick thoughts on the fly.",
  "id": "/notespark",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1840",
  "theme_color": "#4F46E5",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en-GB",
  "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"
    }
  ],
  "categories": [ "productivity", "business" ],
  "shortcuts": [
    {
      "name": "Quick Note",
      "short_name": "Capture",
      "description": "Capture a quick note",
      "url": "/?quick=1",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
