Map Route Pro & Search

Map Route Pro & Search

Access maps and directions via a widget on your toolbar with the Map Route Pro and Search extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Map Route Pro & Search",
  "description": "Access maps and directions via a widget on your toolbar with the Map Route Pro and Search extension.",
  "version": "1.0.1",
  "action": {
    "default_popup": "index.html"
  },
  "host_permissions": [
    "*://maproutepro.com/*"
  ],
  "background": {
    "service_worker": "./js/background.js"
  },
  "icons": {
    "48": "./images/maps-ext.png"
  }
}