Cutx Shortener

Cutx Shortener

Cutx is a URLs shortener to make a link easy to share tweet email to friends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Cutx Shortener",
  "version": "2.0",
  "description": "Cutx is a URLs shortener to make a link easy to share tweet email to friends.",
  "background": {
    "scripts": [
      "jquery.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "declarativeContent",
    "contextMenus"
  ],
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/fav.png",
      "32": "images/fav.png",
      "48": "images/fav.png",
      "128": "images/fav.png"
    }
  },
  "icons": {
    "16": "images/fav.png",
    "32": "images/fav.png",
    "48": "images/fav.png",
    "128": "images/fav.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}