Inspect and view changes in Cici, your AI browser assistant. source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "1.22.3",
"icons": {
"16": "assets/icon.png",
"32": "assets/icon.png",
"48": "assets/icon.png",
"128": "assets/icon.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "assets/icon.png",
"32": "assets/icon.png",
"48": "assets/icon.png",
"128": "assets/icon.png"
},
"default_title": ""
},
"side_panel": {
"default_path": "side_panel.html"
},
"permissions": [
"storage",
"cookies",
"tabs",
"webRequest",
"sidePanel",
"scripting",
"contextMenus",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequestFeedback",
"webNavigation"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"static/js/480.js",
"static/js/962.js",
"static/js/352.js",
"static/js/715.js",
"static/js/345.js",
"static/js/542.js",
"static/js/891.js",
"static/js/911.js",
"static/js/544.js",
"static/js/792.js",
"static/js/989.js",
"static/js/612.js",
"static/js/654.js",
"static/js/content.js"
],
"exclude_matches": [
"https://www.doubao.com/chat/**",
"https://www.cici.com/chat/**",
"https://www.ciciai.com/chat/**",
"https://*.bing.com/**"
],
"run_at": "document_end"
},
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"https://www.doubao.com/chat/**",
"https://www.cici.com/chat/**",
"https://www.ciciai.com/chat/**",
"https://*.bing.com/**"
],
"js": [
"static/js/i18n_resources.js"
],
"run_at": "document_start"
}
],
"host_permissions": [
"<all_urls>"
],
"commands": {},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets/icon*.png",
"static/css/*",
"static/svg/*",
"static/image/*",
"configs/*"
]
}
],
"externally_connectable": {
"matches": [
"https://*.doubao.com/*",
"https://*.cici.com/*",
"https://*.ciciai.com/*"
]
},
"declarative_net_request": {
"rule_resources": [
{
"id": "1",
"enabled": true,
"path": "configs/declarative_ruleset_1.json"
}
]
}
}