{
  "name": "Momentum Reminders",
  "short_name": "Reminders",
  "description": "A modern reminder app with smart notifications and productivity features",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#6b7280",
  "theme_color": "#6b7280",
  "orientation": "portrait",
  "scope": "./",
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "lang": "en",
  "screenshots": [],
  "permissions": [
    "notifications",
    "persistent-storage"
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Add Reminder",
      "short_name": "Add",
      "description": "Quickly add a new reminder",
      "url": "./index.html?action=add",
      "icons": [
        {
          "src": "icon-192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
