{
  "id"          : "vegster",
  "name"        : "Vegster",
  "short_name"  : "Vegster",
  "lang"        : "en-EN",
  "scope"       : "https://pwa.vegster.net",
  "start_url"   : "index.html",
  "categories"  : ["food", "health", "lifestyle"],
  "description" : "Seach engine for vegan recipes in multiple languages.",
  "dir"         : "ltr",
  "display"     : "standalone",
  "orientation" : "portrait",
  "background_color" : "#000000",
  "theme_color"      : "#000000",
  "icons": [
    {
      "src"   : "img/icon.svg",
      "sizes" : "any",
      "type"  : "image/svg+xml"
    },
    {
      "src"   : "img/logo-small.png",
      "sizes" : "192x192",
      "type"  : "image/png"
    }
  ],
  "screenshots": [
    {
    "form_factor": "wide",
    "label": "Home screen showing main navigation and featured content",
    "src": "img/screenshots/home.webp",
    "sizes": "1280x720",
    "type": "image/webp"
    },
    {
    "label": "Dashboard view displaying key metrics",
    "platform": "ios",
    "src": "img/screenshots/dashboard.webp",
    "sizes": "1280x720",
    "type": "image/webp"
    }
  ]
}
