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",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"description": "This extension will help you using us Bing Ai on Chrome with popup and website",
"host_permissions": [
"https:\/\/*.bing.com\/*"
],
"icons": {
"128": "icon.png"
},
"manifest_version": 3,
"name": "Bing AI Anywhere - GPT 4",
"permissions": [
"declarativeNetRequest",
"<all_urls>"
],
"version": "1.1.1"
}