{
  "name": "Shadows and Stillness App",
  "short_name": "Shadows and Stillness",
  "start_url": "https://shadowsandstillness.com/app/index.html",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "any",
  "background_color":"#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "images/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "images/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "images/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ]
}