Examine source code of Assay - the URL Inspection tools

Inspect and view changes in Assay - the URL Inspection tools 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": "__MSG_extName__",
  "version": "1.0",
  "description": "__MSG_extDescription__",
  "short_name": "Assay",
  "default_locale": "en",
  "options_page": "url-inspect.html",
  "incognito": "spanning",
  "browser_action": {
    "browser_style": true,
    "default_icon": "img/logo/urlins64.png",
    "default_title": "Assay - the URL inspection tools"
  },
  "background": {
    "page": "bg.html",
    "persistent": true
  },
  "icons": {
    "16": "img/logo/urlins16.png",
    "32": "img/logo/urlins32.png",
    "48": "img/logo/urlins48.png",
    "64": "img/logo/urlins64.png",
    "128": "img/logo/urlins128.png",
    "512": "img/logo/urlins512.png"
  },
  "author": "d09r",
  "omnibox": {
    "keyword": "assay,url inspect,url scan,ads,seo"
  },
  "homepage_url": "https://d09r.github.io/assay-url-inspection-tools/",
  "permissions": [
    "background",
    "storage",
    "contextMenus",
    "webRequest",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}