{
  "name": "Ternary Clock",
  "short_name": "Ternary Clock",
  "description": "A balanced ternary clock that divides the day into 27 hours of 27 minutes of 27 seconds.",
  "start_url": "./",
  "display": "fullscreen",
	"orientation": "landscape",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
			"purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
			"purpose": "any"
    },
		{
      "src": "icon.svg",
      "sizes": "192x192 256x256 384x384 512x512 1024x1024",
      "type": "image/svg+xml",
			"purpose": "any"
        },
						{
      "src": "icon-maskable.svg",
      "sizes": "192x192 256x256 384x384 512x512 1024x1024",
      "type": "image/svg+xml",
			"purpose": "maskable"
        }	
  ]
}
