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": "Ask Fusion", "description": "Ask Fusion lets you search with Yahoo or Perplexity in the mode you choose, directly from the toolbar widget.", "version": "1.0.0", "action": { "default_icon": { "48": "media\/icon48.png" }, "default_title": "Ask Fusion", "default_popup": "fusionPopup\/widget.html" }, "icons": { "128": "media\/icon128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "workers\/index.js" } }