{
  "id": "com.michaelsboost.pwaconverter",
  "name": "PWAConverter",
  "short_name": "PWAConverter",
  "description": "Easily convert your website into a PWA instantly!",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "theme_color": "#13171f",
  "background_color": "#13171f",
  "icons": [
    {
      "src": "./imgs/logo-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./imgs/logo-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./imgs/logo-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./imgs/logo-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.michaelsboost.pwaconverter"
    }
  ]
}
