Examine source code of Bubble Wizzley

Inspect and view changes in Bubble Wizzley 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": "Bubble Wizzley",
  "description": "My love letter to bubble bobble, rainbow island and parasol stars, a fast paced underwater platform game with plenty of secrets!",
  "version": "2.0",
  "offline_enabled": true,
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "bubwiz16.png",
    "128": "bubwiz128.png"
  }
}