{
  "name": "MARKS PIZZAS",
  "short_name": "MARKS PIZZAS",
  "url": "https://markspizzas.easywebapp.ca",
  "manifestUrl": "https://markspizzas.easywebapp.ca/manifest.webmanifest",
  "id": "?utm_source=easywebapp",
  "start_url": "https://markspizzas.easywebapp.ca/?utm_source=easywebapp",
  "scope": "https://markspizzas.easywebapp.ca/",
  "display": "standalone",
  "theme_color": "#393838",
  "background_color": "#393838",
  "description": "ONE App for iPhone and Android phones.",
  "lang": "en",
  "orientation": "portrait",
  "categories": ["productivity", "business", "lifestyle"],
  "icons": [
      {
        "src": "https://markspizzas.easywebapp.ca/assets/img/icons/android-chrome-192x192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
          "src": "https://markspizzas.easywebapp.ca/assets/img/icons/android-chrome-512x512.png",
          "sizes": "512x512",
          "type": "image/png"
      },
      {
        "src": "https://markspizzas.easywebapp.ca/assets/img/icons/maskable_icon.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any maskable"
    }
  ],
  "screenshots": [
      {
          "src": "assets/img/ewa-website.jpg",
          "sizes": "320x640",
          "type": "image/jpg"
      },
      {
          "src": "assets/img/ewa-app.jpg",
          "sizes": "320x640",
          "type": "image/jpg"
      }
  ]
}