{
  "name": "N-SIGHTS Planner",
  "short_name": "N-SIGHTS",
  "description": "Track your habits and mental state with N-SIGHTS Planner",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0e27",
  "theme_color": "#06b6d4",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Open Planner",
      "url": "./index.html",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}