Examine source code of calling.bs

Inspect and view changes in calling.bs 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
{
  "browser_action": {
    "default_icon": "icon_128.png",
    "default_title": "calling.BS"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "calling.BS - Calling BS when you see it, hear it, or read it.",
  "name": "calling.bs",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "homepage_url": "http://calling.BS",
  "manifest_version": 2,
  "version": "1.4"
}