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": "Mark Location", "version": "1.1.0", "description": "__MSG_extensionDescription__", "default_locale": "en", "icons": { "16": "chromium\/mark_location_16.png", "48": "chromium\/mark_location_48.png", "128": "chromium\/mark_location_128.png" }, "options_ui": { "page": "settings\/settings.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "common\/browser-polyfill.js", "common\/common.js", "content_scripts\/location.js" ] } ], "action": { "browser_style": true, "default_icon": "chromium\/mark_location_128.png", "default_title": "Mark Location", "default_popup": "browser_action\/popup.html" }, "background": { "service_worker": "background\/background.js" }, "permissions": [ "storage", "activeTab" ], "host_permissions": [ "<all_urls>" ] }