Examine source code of Glow Puzzle

Inspect and view changes in Glow Puzzle source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Glow Puzzle",
  "description": "The best game about connecting the dots.",
  "version": "1.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "https://glowpuzzle.co/"
    ],
    "launch": {
      "web_url": "https://glowpuzzle.co/"
    }
  },
  "icons": {
    "128": "glowpuzzle_icon128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}