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": "Nitro GPT", "version": "0.1.3", "action": [], "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "description": "Chat with any webpage, powered by OpenAI GPT", "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "logo.png", "loading.gif", "close.png" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/content.tsx-d63edbb6.js" ], "use_dynamic_url": false } ] }