{
  "name": "Life & Body Tracker",
  "short_name": "Tracker",
  "description": "Weekly life objectives and body weight tracker",
  "start_url": "./index.html",
  "scope": ".",
  "display": "standalone",
  "background_color": "#1E1E1E",
  "theme_color": "#1E1E1E",
  "orientation": "portrait",
  "categories": ["health", "fitness", "productivity"],
  "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"
    }
  ]
}
