Shortcut for Chrome Web Store

Shortcut for Chrome Web Store

Shortcut to the Chrome Web Store.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shortcut for Chrome Web Store",
  "version": "2.0.1",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "description": "Shortcut to the Chrome Web Store.",
  "icons": {
    "128": "icon128.png"
  },
  "action": {
    "default_title": "Open the Chrome Web Store"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "manifest_version": 3
}