Examine source code of ShortifyGo - URL Shortener & QR

Inspect and view changes in ShortifyGo - URL Shortener & QR 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": "ShortifyGo",
  "version": "1.0.0",
  "description": "Shrink. Scan. Share. Instantly!",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "*://*.tinyurl.com/*",
    "*://*.shrtco.de/*"
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'",
  "web_accessible_resources": [
    "icons/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{be98e2f1-80e2-4c9d-8efc-f9d1f8e7710c}"
    }
  }
}