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": "Perplexity - AI Search", "version": "1.0.9", "description": "Upgrade your default search engine", "action": { "default_icon": { "48": "companion-48.png", "128": "companion-128.png" } }, "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/www.perplexity.ai\/*" ], "background": { "service_worker": "bg.js" }, "chrome_settings_overrides": { "homepage": "https:\/\/www.perplexity.ai\/", "search_provider": { "is_default": true, "encoding": "UTF-8", "favicon_url": "https:\/\/www.perplexity.ai\/favicon.ico", "instant_url": "https:\/\/www.perplexity.ai\/search?q={searchTerms}&copilot=false&s=d", "keyword": "perplexity", "name": "Perplexity.ai", "search_url": "https:\/\/www.perplexity.ai\/search?q={searchTerms}&copilot=false&s=d", "suggest_url": "https:\/\/suggest.perplexity.ai\/suggest?q={searchTerms}&copilot=false&s=d" }, "startup_pages": [ "https:\/\/www.perplexity.ai" ] }, "icons": { "48": "companion-48.png", "128": "companion-128.png" } }