{
  "name": "WTFs for Dinner",
  "short_name": "WTFs Dinner",
  "description": "Tell Sam how much energy you have and she picks dinner. 213 real meal ideas, a week planner and a shopping list.",
  "id": "/",
  "start_url": "./?src=homescreen",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#07111f",
  "theme_color": "#07111f",
  "categories": ["food", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "./assets/app-icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/app-icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/app-icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
