{
  "name": "Eatshimo",
  "short_name": "Eatshimo",
  "description": "An open-source lightweight calorie tracker",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#2c313a",
  "theme_color": "#2c313a",
  "orientation": "any",
  "scope": "./",
  "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": [
    {
      "src": "icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily Log"
    }
  ],
  "categories": ["health", "fitness", "food"]
}
