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": "PaperDebugger",
"short_name": "PaperDbg",
"description": "AI assistant for writing better papers.",
"version": "2.9.8",
"version_name": "v2.9.8-b5cbac",
"author": "[email protected]",
"icons": {
"48": "images\/logo-1024.png",
"128": "images\/logo-1024.png"
},
"host_permissions": [
"*:\/\/*.overleaf.com\/"
],
"permissions": [
"cookies",
"storage"
],
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"paperdebugger.js"
],
"matches": [
"https:\/\/www.overleaf.com\/project\/*"
],
"world": "MAIN"
},
{
"js": [
"intermediate.js"
],
"matches": [
"https:\/\/www.overleaf.com\/project\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"https:\/\/www.overleaf.com\/*"
]
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA551W5cYpoDBMQLSFFrGBzjcCyMtYx9NY6GEZeUzjy+fZSV9fOO4XFqw9sftHgv2MlEyruysvroexh0EJCbtasnaM1v+wwZDYNT7WVdauPJLblqpk\/XAz2pyx4IQFhronvSpbtoVGDnUEB0LYZSRsKvP+ddB7ZVB9PMag7vWed+ATTKi6nRMkxzVW8Hu9iIMSiqI3vHoKvE4aEeIyZnrMMKxXzcR7+hsQzWpygDvbkwehL4oR64VleggWLlvkUEpNM\/gFDL9bO9lFeAq\/\/NZ41CoJGaQvJEdMwCh5765wgS5ibL0RcRUYLS\/FxP8IR9lVT\/6nBjVT+nVQ1CYavd5u6wIDAQAB"
}