Examine source code of Bropixel

Inspect and view changes in Bropixel 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": "Bropixel",
  "description": "8-bit drawing application",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.bropixel.com/",
      "http://bropixel.com/"
    ],
    "launch": {
      "web_url": "http://bropixel.com/"
    }
  },
  "icons": {
    "128": "bropixel_128.png"
  },
  "offline_enabled": true,
  "permissions": [
    "unlimitedStorage"
  ]
}