Examine source code of Bounce Away

Inspect and view changes in Bounce Away 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": "Bounce Away",
  "description": "Bounce Away",
  "browser_action": {
    "default_popup": "box/index.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "128": "logo.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "1.0",
  "version": "1.0"
}