Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "The Maps Express",
"version": "1.12.0",
"description": "A Shortcut to Google Maps, but Rich and Beautiful.",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"action": {
"default_title": "Click to turn on\/off",
"default_icon": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
},
"permissions": [
"activeTab",
"contextMenus",
"storage",
"scripting",
"tabGroups"
],
"background": {
"service_worker": "dist\/background.js",
"type": "module"
},
"commands": {
"run-search": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Search by The Maps Express"
},
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+S",
"mac": "Alt+Shift+S"
},
"description": "Start the extension"
},
"auto-attach": {
"suggested_key": {
"default": "Alt+S",
"mac": "Alt+S"
},
"description": "Auto-attach links on page"
},
"run-directions": {
"suggested_key": {
"default": "Alt+R",
"mac": "Alt+R"
},
"description": "Get Google Maps directions"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"dist\/utils\/appSecret.js",
"dist\/contentScript.js"
],
"css": [
"css\/iframe.css"
]
}
],
"default_locale": "en",
"host_permissions": [
"https:\/\/generativelanguage.googleapis.com\/*",
"https:\/\/extensionpay.com\/*",
"https:\/\/www.youtube.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"vendor\/fonts\/*.woff2",
"popup.html",
"css\/iframe.css",
"dist\/inject.js",
"dist\/ejectLite.js",
"dist\/checkStatus.js",
"dist\/utils\/ExtPay.module.js",
"dist\/utils\/browser-polyfill.js",
"dist\/utils\/crypto.js",
"dist\/utils\/prompt.js",
"dist\/hooks\/backgroundState.js",
"dist\/hooks\/popupState.js"
]
}
]
}