Examine source code of Entrepreneurs Junction

Inspect and view changes in Entrepreneurs Junction 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Entrepreneurs Junction",
  "manifest_version": 2,
  "short_name": "entrepreneursjunction",
  "description": "Entrepreneurs Junction is a blog especially created and crafted for entrepreneurs.",
  "version": "3.0",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_65-1499940551.png"
  },
  "icons": {
    "128": "128px_65-1499940560.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}