Examine source code of Free link shortener goo-gl.me

Inspect and view changes in Free link shortener goo-gl.me 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
{
  "author": "author@gmail.com",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "48": "icons/48.png",
      "64": "icons/64.png",
      "128": "icons/128.png"
    },
    "default_popup": "popup.html",
    "default_title": "URL Shortener GOO-GL.ME"
  },
  "default_locale": "en",
  "description": "__MSG_desc__",
  "homepage_url": "https://goo-gl.me/",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "offline_enabled": false,
  "permissions": [
    "http://*/",
    "https://*/",
    "clipboardWrite",
    "contextMenus"
  ],
  "short_name": "Goo-gl.me",
  "version": "1.0.1",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}