
{
  "name": "Quick Note",
  "short_name": "QuickNote",
  "description": "Quick Note is a powerful yet simple app to organize your thoughts, ideas, and daily tasks securely on the cloud.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0c0d24",
  "theme_color": "#0c0d24",
  "orientation": "portrait",
  "categories": [
    "productivity",
    "utilities"
  ],
  "id": "com.rihan.quicknote",
  "icons": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home Screen"
    },
    {
      "src": "screenshot2.png",
      "sizes": "1080x2400",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Notes Screen"
    }
  ],
  "prefer_related_applications": false
}
