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",
"name": "Google Maps Explorer",
"version": "1.0.2",
"manifest_version": 3,
"description": "A Google Maps extension that shows a popup map of any address selected from a webpage",
"permissions": [
"contextMenus",
"storage",
"scripting",
"activeTab",
"tabs"
],
"action": {
"default_icon": "icons\/icon128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"commands": {
"get_selected_text": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
},
"description": "Get the selected text on the page"
}
},
"background": {
"service_worker": "background.js"
},
"options_page": "options.html"
}