{
  "id": "/",
  "name": "GLOW - Geometric Light Oscillation Workstation",
  "short_name": "GLOW",
  "description": "A geometric light oscillation workstation for creating beautiful visual patterns",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "lang": "en",
  "categories": ["entertainment", "graphics", "art"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "glow-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "glow-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "glow-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "glow-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "name": "GLOW Scene",
      "accept": {
        "application/vnd.glow.scene+json": [".glow"],
        "application/vnd.glow.set+json": [".set.glow"]
      },
      "icons": [
        {
          "src": "/assets/glow-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    },
    {
      "action": "/",
      "name": "GLOW Luminode",
      "accept": {
        "application/vnd.glow.luminode+json": [".luminode"]
      },
      "icons": [
        {
          "src": "/assets/glow-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ]
}
