MapQuest Directions

MapQuest Directions

Brighten Your Day With a MapQuest Themed New Tab page & One-Click access to Your Favorite MapQuest Driving Directions. MapQuest…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.4",
  "manifest_version": 3,
  "short_name": "MapQuest Directions",
  "name": "MapQuest Directions",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.mapquestdirections.com/*"
      ],
      "resources": [
        "*.json",
        "favicon.ico"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.mapquestdirections.com/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net; connect-src 'self' https://mapquestdrivingdirections.org https://www.mapquest.com/directions; script-src 'self'; object-src 'self'; img-src 'self' https://mapquestdrivingdirections.org/ * data:;"
  }
}