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",
"manifest_version": 3,
"name": "__MSG_extName__",
"short_name": "__MSG_extName__",
"version": "2.1.0.5",
"description": "__MSG_description__",
"default_locale": "en",
"homepage_url": "https:\/\/qwerpdf.com\/get_maps_driving_directions\/",
"author": "abcdpdf",
"icons": {
"16": "images\/icon\/icon16.png",
"32": "images\/icon\/icon32.png",
"48": "images\/icon\/icon48.png",
"128": "images\/icon\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "images\/icon\/icon32.png"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Online",
"keyword": "Eearth Maps Search",
"favicon_url": "https:\/\/bestfreemaps.com\/ext.png",
"search_url": "https:\/\/bestfreemaps.com\/search-direction.php?q={searchTerms}",
"encoding": "UTF-8",
"instant": true,
"is_default": true
}
},
"offline_enabled": true
}