CB.click

CB.click

Fast & simple URL shortener, that gives you an opportunity to earn on your links and content.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icons/cblcik_icon_bar-256px.png",
    "default_title": "CB.click",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icons/cblcik_icon-16px.png",
    "32": "icons/cblcik_icon-32px.png",
    "48": "icons/cblcik_icon-48px.png",
    "128": "icons/cblcik_icon-128px.png",
    "256": "icons/cblcik_icon-256px.png"
  },
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs",
    "contextMenus"
  ],
  "version": "0.2.4"
}