Examine source code of Reddit Portal

Inspect and view changes in Reddit Portal 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": "Reddit Portal",
  "version": "1.0",
  "description": "A simple shortcut to Reddit communities by typing \"r/\" in the browser URL",
  "icons": {
    "48": "icons/48.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "omnibox": {
    "keyword": "r/"
  }
}