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": "Fiber Chat - ChatGPT, Claude, DeepSeek, Gemini DeepResearch",
"description": "Fiber Chat - ChatGPT, Claude, DeepSeek, Gemini DeepResearch",
"options_page": "src\/pages\/options\/index.html",
"version": "2025.04.13",
"icons": {
"34": "fiber-chat-logo-34.png",
"128": "fiber-chat-logo-128.png"
},
"permissions": [
"activeTab",
"storage"
],
"action": {
"default_icon": {
"32": "fiber-chat-logo-32.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-jtluECHZ.js"
],
"matches": [
"https:\/\/*\/*",
"<all_urls>"
],
"css": [
"contentStyle.css",
"assets\/tailwind-DtcQHnut.css"
]
}
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"contentStyle.css",
"fiber-chat-logo-128.png",
"fiber-chat-logo-32.png",
"icons\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>",
"https:\/\/*\/*"
],
"resources": [
"assets\/tailwind-BRZ-Z7NG.js",
"assets\/index.tsx-DwYhnteH.js"
],
"use_dynamic_url": false
}
]
}