{
  "id": "/Light/",
  "name": "Colored Lights",
  "short_name": "ColoredLights",
  "description": "Interactive colored light blending (WebGL / Canvas).",
  "start_url": "./index.html?v=1.0.1",
  "scope": "./",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "categories": ["education","graphics","play"],
  "dir": "ltr",
  "lang": "en-US",
  "icons": [
    {"src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png"},
    {"src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png"},
    {"src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable"},
    {"src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"}
  ],
  "shortcuts": [
    {"name": "New Light", "url": "./index.html?action=new", "description": "Create a new light", "icons":[{"src":"icons/shortcut-new-96.png","sizes":"96x96"}]},
    {"name": "Invert Colors", "url": "./index.html?action=invert", "description": "Toggle inversion", "icons":[{"src":"icons/shortcut-invert-96.png","sizes":"96x96"}]}
  ],
  "screenshots": [
    {"src": "screenshots/desktop-wide.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide"},
    {"src": "screenshots/mobile.png", "sizes": "540x960", "type": "image/png"}
  ],
  "prefer_related_applications": false
}
