CoinURL

CoinURL

Shorten links and earn money

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CoinURL",
  "version": "1.1.6",
  "description": "Shorten links and earn money",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_page": "options.html",
  "icons": {
    "16": "icons/coinurl_16.png",
    "32": "icons/coinurl_32.png",
    "48": "icons/coinurl_32.png",
    "128": "icons/coinurl_32.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "background"
  ],
  "browser_action": {
    "default_icon": "icons/coinurl_16.png",
    "default_popup": "popup.html",
    "default_title": "Shorten tab's URL and copy to clipboard"
  }
}