MyDirections

MyDirections

MyDirections featuring quick search,driving directions,weather, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extName__",
  "version": "2.6.7.2",
  "description": "__MSG_description__",
  "default_locale": "en",
  "homepage_url": "https://bestfreemaps.com",
  "author": "bestfreemaps.com",
  "chrome_url_overrides": {
    "newtab": "/dist/index.html"
  },
  "icons": {
    "16": "images/icon/icon16.png",
    "32": "images/icon/icon32.png",
    "48": "images/icon/icon48.png",
    "128": "images/icon/icon128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/content_script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "bookmarks",
    "history",
    "contextMenus",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://*.bestfreemaps.com/"
  ],
  "offline_enabled": true,
  "externally_connectable": {
    "matches": [
      "*://bestfreemaps.com/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}