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,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn5VmDP0We25yiZiZ\/dAHeULdJTycq4R57bD8hKlpS\/vVAe9YhrxB6Mi1cSrOOiCINQlcdQxsRnfWxzKSCXVKalB5+vdusyEahodj2tJ0n+XRCcuzx7uxQ6Nx33qyXW4IpGFLkRTu1FOKexByHm3e3kS1fbPP7VIoFtLeuy5Sg3OwCLQvqPWC4yMHeKbGFBgdrvnaELk7M0a4g20VSix43mvoTz\/+hksjd6+1529cF24AsYhcBKdwepwWTzziS31eVTi2NAQH54deoVWYNP7PiNBCnTKOg67aGzVPDh52drhCFfixHnSJHyETJr0UQwRfu4++NgFFdELDQ7oMRslOwQIDAQAB",
"default_locale": "en",
"name": "__MSG_extensionName__",
"short_name": "Correcto",
"description": "__MSG_extensionDescription__",
"version": "11.135.0",
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": {
"32": "assets\/logos\/correctoIcon.png"
}
},
"icons": {
"16": "assets\/logos\/icon16.png",
"32": "assets\/logos\/correctoIcon.png",
"48": "assets\/logos\/icon48.png",
"128": "assets\/logos\/icon128.png"
},
"permissions": [
"activeTab",
"storage",
"tabs",
"scripting",
"sidePanel"
],
"side_panel": {
"default_path": "src\/pages\/sidepanel\/index.html"
},
"host_permissions": [
"*:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/docs.google.com\/document\/*"
],
"js": [
"gdocs.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"<all_urls>"
],
"js": [
"main.js"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.localhost.com:4200\/*",
"http:\/\/*.localhost.com:4200\/*",
"http:\/\/*.localhost.com:3000\/*",
"https:\/\/localhost:4200\/*",
"http:\/\/localhost:4200\/*",
"http:\/\/localhost:3000\/*",
"https:\/\/*.correctoai.com\/*",
"https:\/\/*.correcto.es\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"content\/*.js",
"assets\/logos\/correctoIconForbidden.png",
"assets\/fonts\/Poppins-Regular.woff2",
"assets\/fonts\/Poppins-Regular.woff",
"assets\/fonts\/*.*",
"assets\/images\/*.*",
"assets\/index.css"
],
"matches": [
"<all_urls>"
],
"use_dynamic_url": false
}
]
}