Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "Trends Radar", "version": "1.0.5", "description": "An efficient Google Trends keyword analysis tool that helps you quickly analyze and compare multiple keyword trends", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "side_panel": { "default_path": "sidebar.html" }, "permissions": [ "storage", "sidePanel" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "action": { "default_title": "Trends Radar", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Y" } } }, "host_permissions": [ "https:\/\/trends.google.com\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/trends.google.com\/*" ], "js": [ "content.js" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }