{
  "name": "NutriSnap",
  "short_name": "NutriSnap",
  "description": "The fastest, most honest way to eat toward your goal.",
  "start_url": "./?src=installed",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F4ED",
  "theme_color": "#F7F4ED",
  "categories": [
    "health",
    "lifestyle",
    "food"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a meal",
      "short_name": "Log",
      "description": "Straight to the camera",
      "url": "./?action=log",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Weigh in",
      "short_name": "Weigh in",
      "description": "Write down today's weight",
      "url": "./?action=weigh",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}