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": "__MSG_extName__", "version": "3.3.6", "description": "__MSG_extShortDesc__", "default_locale": "en", "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*.gif", "images\/*.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_popup": "index.html", "default_title": "Honey Hive", "default_icon": { "16": "icons\/honeyhiveicondisabled16.png", "32": "icons\/honeyhiveicondisabled32.png", "48": "icons\/honeyhiveicondisabled48.png", "64": "icons\/honeyhiveicondisabled64.png", "128": "icons\/honeyhiveicondisabled128.png" } }, "icons": { "16": "icons\/honeyhiveicon16.png", "32": "icons\/honeyhiveicon32.png", "48": "icons\/honeyhiveicon48.png", "64": "icons\/honeyhiveicon64.png", "128": "icons\/honeyhiveicon128.png" }, "background": { "service_worker": "honey-lite-bg.js" }, "content_scripts": [ { "css": [ "honey-lite-content.css" ], "js": [ "jquery-3.1.1.min.js", "honey-lite-content.js" ], "run_at": "document_end", "match_about_blank": false, "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "commands": { "_execute_action_with_shift": { "suggested_key": { "default": "Ctrl+Shift+2", "mac": "Command+Shift+2" }, "description": "Description of the action with Ctrl+Shift+2 shortcut." } } }