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": "AI Summarizer", "description": "ChatGPT-3.5 powered tool to summarize any website you are at", "version": "0.0.0.1", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "dummy.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Summarizer", "default_popup": "popup.html", "default_area": "navbar" }, "icons": { "128": "128.png" }, "env": { "API_KEY": "Xg0BSV5fFRszNWNYbwcGAkAROC0bybJ+beqrRUxhLSV9MCp7b3wwRxQLeHteRF5BZxpG" } }