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, "default_locale": "vi", "name": "__MSG_extensionName__", "version": "0.0.1", "description": "__MSG_extensionDescription__", "permissions": [ "storage", "sidePanel", "activeTab" ], "side_panel": { "default_path": "sidepanel\/index.html" }, "background": { "service_worker": "background.iife.js", "type": "module" }, "action": [], "icons": { "32": "finverai-icon.png", "48": "finverai-icon.png", "128": "finverai-icon.png" }, "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "finverai-icon.png" ], "matches": [ "*:\/\/*\/*" ] } ] }