{
  "name": "Supernova",
  "short_name": "Supernova",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FA0000",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "./img/supernova-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
	  "purpose": "any"
    },
    {
      "src": "./img/supernova-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
	  "purpose": "any"
    }
  ],
  
  "screenshots": [
    {
      "src": "./img/supernova-iphone-12-pro.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
  
}