1-Click Extension Manager

1-Click Extension Manager

Manage Chrome extension at the tip of your finger, with just 1-click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "1-Click Extension Manager",
  "description": "Manage Chrome extension at the tip of your finger, with just 1-click.",
  "version": "1.0",
  "manifest_version": 2,
  "icons": {
    "16": "logo.png",
    "128": "logo.png"
  },
  "permissions": [
    "management"
  ],
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  }
}