Quick Map Search

Quick Map Search

Right click some selected text and use that for a secure search using Google Maps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "3.0",
  "minimum_chrome_version": "88",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "service_worker": "service-worker.js"
  }
}