Quick utilities for the browser

Quick utilities for the browser

Force Enable Right Click & Copy. Please keep the app updated to get new features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_title": "Absolute Enable Right Click & Copy",
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "logo.png",
    "32": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "permissions": [
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "Quick utilities",
  "manifest_version": 2,
  "name": "Quick utilities for the browser",
  "description": "Force Enable Right Click & Copy. Please keep the app updated to get new features.",
  "version": "0.0.1"
}