long.af - URL Shortener

long.af - URL Shortener

Companion extension for https://long.af

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "long.af - URL Shortener",
  "description": "Companion extension for https://long.af",
  "version": "1.4",
  "minimum_chrome_version": "60.0.3112",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "https://api.long.af/*",
    "activeTab",
    "contextMenus",
    "notifications",
    "clipboardWrite",
    "storage"
  ],
  "icons": {
    "128": "logo.png"
  },
  "browser_action": {},
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}