{
  "name": "Postensil",
  "short_name": "Postensil",
  "screenshots": [
      {
          "src": "/screenshots/desktop.png",
          "sizes": "1920x1080",
          "type": "image/png",
          "form_factor": "wide"
      },
      {
          "src": "/screenshots/mobile.png",
          "sizes": "1080x1328",
          "type": "image/png"
      }
    ],
    "icons":
    [ 
        {
            "purpose": "any",
            "sizes": "192x192",
            "src": "/favicon/web-app-manifest-192x192.png",
            "type": "image/png"
        },
        {
            "sizes": "512x512",
            "src": "/favicon/web-app-manifest-512x512.png",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "sizes": "192x192",
            "src": "/favicon/web-app-manifest-192x192.png",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "sizes": "512x512",
            "src": "/favicon/web-app-manifest-512x512.png",
            "type": "image/png"
        }
    ],
  "theme_color": "#343a40",
  "background_color": "#343a40",
  "display": "standalone",
  "scope": "/",
  "id": "postensil",
  "start_url": "https://admin.postensil.com/"
}