Examine source code of Paint Sponges

Inspect and view changes in Paint Sponges 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
{
  "description": "The Paint Sponges extension will add an icon in the speror's corner right from your browser. Add our extension to play in one click",
  "manifest_version": 2,
  "name": "Paint Sponges",
  "version": "1.4",
  "homepage_url": "https://jogosonlineapps.com.br/addons/paint.html",
  "icons": {
    "48": "icons/page-48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/page-32.png"
  }
}