Examine source code of PageProofer

Inspect and view changes in PageProofer 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": "PageProofer",
  "description": "The easiset way to leave feedback and track issues right on your website.",
  "version": "1.0.3",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "embed.js"
      ],
      "run_at": "document_end"
    }
  ]
}