Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.2", "manifest_version": 3, "short_name": "Easy Driving Directions", "name": "Easy Driving Directions", "background": { "service_worker": "install_service.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "search", "storage" ], "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:;" } }