Examine source code of bitmapper

Inspect and view changes in bitmapper 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": "bitmapper",
  "description": "A pixel art editor.",
  "version": "0.11",
  "offline_enabled": true,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icons/bitmapper_icon_16x16.png",
    "32": "icons/bitmapper_icon_32x32.png",
    "48": "icons/bitmapper_icon_48x48.png",
    "64": "icons/bitmapper_icon_64x64.png",
    "96": "icons/bitmapper_icon_96x96.png",
    "128": "icons/bitmapper_icon_128x128.png"
  },
  "permissions": [
    "storage",
    {
      "fileSystem": [
        "write"
      ]
    }
  ]
}