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_extensionName__", "version": "1.1", "description": "__MSG_extensionDescription__", "background": { "service_worker": "sw.js" }, "permissions": [ "contextMenus", "notifications", "scripting" ], "action": { "default_title": "__MSG_extensionName__", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+M" }, "description": "Search selection in Google Maps" } }, "content_security_policy": { "extension_pages": "default-src 'self';" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "homepage_url": "https:\/\/search-in-maps.pdfwork.com", "default_locale": "en" }