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": "Theia",
"version": "1.0.2",
"description": "Hold your LLM accountable",
"permissions": [
"activeTab",
"scripting",
"storage",
"contextMenus",
"identity"
],
"oauth2": {
"client_id": "347875258002-opnlqc9bvp6ps46eikmo8gqub6ougiq5.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"host_permissions": [
"https:\/\/theia-git-main-plushywushys-projects-ace3167f.vercel.app\/*",
"https:\/\/docs.google.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": "logo.png"
},
"icons": {
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
}
}