Examine source code of C2COM

Inspect and view changes in C2COM 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
{
  "manifest_version": 2,
  "name": "C2COM",
  "version": "0.26resigned1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Click to Open C2COM"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "cookies",
    "*://*.c2press.com/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6a17e5e8-15ea-47ba-bdfd-ea21c272adc5}"
    }
  }
}