YOURLS

YOURLS

Shorten URLs with your own YOURLS instance

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YOURLS",
  "short_name": "YOURLS",
  "version": "2.2.2",
  "author": "Martin Scharm <https://binfalse.de/contact/>",
  "description": "Shorten URLs with your own YOURLS instance",
  "icons": {
    "16": "img/logo16.png",
    "19": "img/logo19.png",
    "38": "img/logo38.png",
    "48": "img/logo48.png",
    "128": "img/logo128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/logo16.png",
      "19": "img/logo19.png",
      "38": "img/logo38.png",
      "48": "img/logo48.png",
      "128": "img/logo128.png"
    },
    "default_title": "YOURLS",
    "default_popup": "popup.html"
  }
}