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_name__", "version": "2.2", "default_locale": "en", "description": "__MSG_description__", "author": "Robert Hudek", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "storage", "notifications" ], "action": { "default_popup": "hhy-aimic-popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "service_worker": "hhy-aimic-background.js" }, "commands": { "push_to_talk": { "suggested_key": { "default": "Shift+Alt+Y", "mac": "Shift+Command+Y" }, "description": "__MSG_shortcutMicPopup__" } }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/chatgpt.com\/*", "https:\/\/www.perplexity.ai\/*", "https:\/\/claude.ai\/*" ], "js": [ "hhy-aimic-common.js", "hhy-aimic-content.js" ], "css": [ "hhy-aimic-modal.css" ] } ], "web_accessible_resources": [ { "resources": [ "images\/icon512.png", "fontawesome.css", "webfonts\/fa-solid-900.woff2", "webfonts\/fa-solid-900.woff", "webfonts\/fa-brands-400.woff2", "webfonts\/fa-brands-400.woff", "fa-regular-400.woff2", "fa-regular-400.ttf", "fa-brands-400.ttf" ], "matches": [ "<all_urls>" ] } ] }