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": "__MSG_appName__",
"version": "1.0.9",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script.ts-loader-Dz8KdQB3.js"
],
"matches": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*"
],
"css": [
"src\/content\/content.css"
]
}
],
"permissions": [
"storage",
"activeTab",
"scripting",
"identity",
"alarms"
],
"host_permissions": [
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/api.deepseek.com\/*",
"https:\/\/api.openai.com\/*",
"https:\/\/generativelanguage.googleapis.com\/*",
"https:\/\/*.firebaseio.com\/*",
"https:\/\/*.googleapis.com\/*",
"https:\/\/firestore.googleapis.com\/*"
],
"oauth2": {
"client_id": "392486728403-7s5v25alakujprje7sq6aogngrt1vshi.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
],
"resources": [
"icons\/*",
"assets\/hooks.module-D3aINgYX.js",
"assets\/content-script.ts-Dpiy1EJT.js"
],
"use_dynamic_url": false
}
]
}