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": "Ask Grok", "description": "Search Grok.com by xAI using the context menu or type '@grok' in the address bar followed by your query.", "version": "1.0.1", "permissions": [ "contextMenus", "storage" ], "background": { "service_worker": "sw.js" }, "icons": { "128": "icon.png" }, "manifest_version": 3, "omnibox": { "keyword": "@grok" }, "homepage_url": "https:\/\/browsernative.com\/grok-chrome-extension\/" }