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": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.0", "manifest_version": 3, "default_locale": "en", "action": { "default_popup": "src\/components\/main-popup\/main-popup.html", "default_icon": "src\/icons\/unix_logo_HU.png" }, "permissions": [ "webNavigation", "tabs" ], "background": { "service_worker": "src\/js\/background.js", "type": "module" }, "icons": { "16": "src\/icons\/unix_logo_16.png", "32": "src\/icons\/unix_logo_32.png", "48": "src\/icons\/unix_logo_48.png", "128": "src\/icons\/unix_logo_128.png" }, "host_permissions": [ "https:\/\/www.unixauto.hu\/*", "https:\/\/www.unixauto.ro\/*", "https:\/\/www.unixauto.sk\/*", "https:\/\/www.unixauto.com\/*", "https:\/\/www.unixauto.de\/*" ], "commands": { "switch-to-mainpage-tab": { "suggested_key": { "default": "Ctrl+Shift+Home" }, "description": "Switch to MainPage" } }, "content_scripts": [ { "js": [ "src\/js\/content_script.js" ], "matches": [ "https:\/\/www.unixauto.hu\/*", "https:\/\/www.unixauto.ro\/*", "https:\/\/www.unixauto.sk\/*", "https:\/\/www.unixauto.com\/*", "https:\/\/www.unixauto.de\/*" ] } ], "web_accessible_resources": [ { "resources": [ "src\/js\/inject.js" ], "matches": [ "https:\/\/www.unixauto.hu\/*", "https:\/\/www.unixauto.ro\/*", "https:\/\/www.unixauto.sk\/*", "https:\/\/www.unixauto.com\/*", "https:\/\/www.unixauto.de\/*" ] } ] }