Clkim Branded URL Shortener

Clkim Branded URL Shortener

Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Clkim Branded URL Shortener",
  "short_name": "Clkim Shortener",
  "description": "Clkim - Branded URL Shortener enables you to shorten the URL of any page using your own branded links!",
  "version": "0.1.11",
  "icons": {
    "128": "assets/icon.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "http://api.clkim.com/"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "browser_action": {
    "default_icon": "assets/logo.png",
    "default_title": "Shorten This Page",
    "default_popup": "html/popup.html"
  },
  "web_accessible_resources": [
    "components/font-awesome-min/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  }
}