Examine source code of WW4 URL Shortener

Inspect and view changes in WW4 URL Shortener 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
{
  "manifest_version": 2,
  "name": "WW4 URL Shortener",
  "version": "1.2.2resigned1",
  "description": "Extension Let's you to short links easier!",
  "author": "Developer From Jokela",
  "short_name": "WW4.me",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "WW4 Link Shortener",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ae9becff-2f93-4423-8094-47d15fd59fbf}"
    }
  }
}