Examine source code of Clip

Inspect and view changes in Clip 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": "Clip",
  "version": "0.3.0",
  "manifest_version": 2,
  "description": "Organize and share links with your team.",
  "homepage_url": "https://teams.crowdlinker.com",
  "author": "Crowdlinker",
  "icons": {
    "16": "icons/icon128.png",
    "48": "icons/icon128.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Clip",
    "default_popup": "extension/browser_action/browser_action.html"
  },
  "background": {
    "page": "extension/browser_action/browser_action.html",
    "persistent": true
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}