Belt.io

Belt.io

Your clipboard in the cloud!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Belt.io",
  "description": "Your clipboard in the cloud!",
  "version": "1.0",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "https://belt.io/api/api.php",
    "contextMenus",
    "tabs",
    "notifications",
    "storage"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "offline_enabled": false,
  "homepage_url": "https://belt.io",
  "web_accessible_resources": [
    "icon.png"
  ]
}