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 BETA",
"short_name": "PaperDbg",
"description": "THIS EXTENSION IS FOR BETA TESTING",
"version": "2.7.4",
"version_name": "v2.7.4-21db7d-beta",
"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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAujSCga4E319Ui1tNqPBpmDo3ytX5liUrS9tkkKkpSHsYfqbzROtXd1khnQzdOlhSsWR3obshJJ4u\/J7G8464EU6aHiVbwiL7\/wo9rZaK0x1VSUMRLRrcrqPYJpauoOcSq\/ImWuylTVuNBmKzpf6nEHBPWXLUKiIxuvKKXCGrrvkivTIRT\/G0abn+TQSz0JpbX4qIUYy5YmGXDwBhSkR4bw5wLIzctCHdUHlV5hjEGKEIC1nzBwYtMXm0j+hi+66neakVM+fmz+l\/1WT4H\/\/U1ml0in9UIVnNpGuwGxbLuD4MqwC3er+UTs5ojOQEqmoLItk4EK4hdOX0oijHGwY+SwIDAQAB"
}