Examine source code of In-Browser Style Linter

Inspect and view changes in In-Browser Style Linter 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
{
  "name": "In-Browser Style Linter",
  "version": "1.9.8",
  "description": "Do quick style checks on your page after it renders, without leaving your browser, and with minimal friction to setup.",
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "linter.png"
    }
  },
  "icons": {
    "128": "linter.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}