Examine source code of Sidepocket

Inspect and view changes in Sidepocket 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": "Sidepocket",
  "description": "Restyles pocket a little and makes it available in the sidebar.",
  "version": "0.1",
  "icons": {
    "16": "pocket.svg"
  },
  "sidebar_action": {
    "browser_style": false,
    "default_title": "Pocket",
    "default_icon": "pocket.svg",
    "default_panel": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.getpocket.com/*"
      ],
      "js": [
        "whydidtheymakepocketsoshitthosefucks.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}