Add to OneKeep

Add to OneKeep

Add bookmark to your OneKeep account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Add to OneKeep",
  "version": "1.0.1",
  "description": "Add bookmark to your OneKeep account.",
  "permissions": [
    "tabs",
    "storage",
    "*://*/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Add bookmark to OneKeep",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}