Examine source code of Links&News Google Chrome extension

Inspect and view changes in Links&News Google Chrome extension 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",
  "manifest_version": 2,
  "name": "Links&News Google Chrome extension",
  "version": "0.0.0.5",
  "description": "This extension is to add links to Links&News website",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Click to add link"
  },
  "homepage_url": "https://linksnews.azurewebsites.net",
  "permissions": [
    "tabs",
    "debugger",
    "http://*/",
    "https://*/"
  ]
}