{
  "name": "One Step · Habit Tracker",
  "short_name": "One Step",
  "description": "One step is all it takes. Track your habits and notes.",
  "start_url": "/onestep-with-auth.html",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#fbbf24",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "shortcuts": [
    {
      "name": "My Habits",
      "short_name": "Habits",
      "description": "Go to your habits",
      "url": "/onestep-with-auth.html#habits",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Notes",
      "short_name": "Notes",
      "description": "Go to your notes",
      "url": "/onestep-with-auth.html#notes",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
