Clickug

Clickug

One powerful social management tool to boost your engagement across networks and that keeps and compiles your best content

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Clickug",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "homepage_url": "https://clickug.com/",
  "version": "1.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "__MSG_browserActionMsg__"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}