OMNiKLiCK ~ Bookmarking The Web

OMNiKLiCK ~ Bookmarking The Web

Save web pages, items or videos as you browse the Internet, share with friends and family (optional)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OMNiKLiCK ~ Bookmarking The Web",
  "version": "1.16",
  "manifest_version": 2,
  "description": "Save web pages, items or videos as you browse the Internet, share with friends and family (optional)",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-2.1.4.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "short_name": "OMNiKLiCK"
}