Easy Driving Directions

Easy Driving Directions

Elevate Your Browsing Experience with Easy Driving Directions New Tab. Easy Driving Directions will change your New Tab Page to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0.1",
  "manifest_version": 3,
  "short_name": "Easy Driving Directions",
  "name": "Easy Driving Directions",
  "background": {
    "service_worker": "install_service.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*.json",
        "favicon.ico"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self' 'unsafe-inline'; connect-src 'self' https://easydrivingdirections.com; script-src 'self'; object-src 'self'; img-src 'self' https://www.google.co.in https://www.google.com https://googleads.g.doubleclick.net https://www.googleadservices.com https://easydrivingdirections.com * data:;  frame-src 'self' https://easydrivingdirections.com * data:;"
  }
}