Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "TutorUp - AI Homework & Exam Helper",
"version": "1.1.1",
"description": "Instant answers to homework and exam questons using ChatGPT and OCR AI photo solver",
"author": "navorite",
"homepage_url": "https:\/\/github.com\/navorite",
"action": {
"default_title": "TutorUp",
"default_popup": ".\/src\/popup\/index.html",
"default_icon": {
"16": ".\/favicons\/16.png",
"32": ".\/favicons\/32.png",
"64": ".\/favicons\/64.png"
}
},
"options_ui": {
"page": ".\/src\/options\/index.html",
"open_in_tab": true
},
"background": {
"service_worker": ".\/src\/background\/index.js",
"type": "module"
},
"permissions": [
"storage",
"scripting",
"activeTab"
],
"icons": {
"16": ".\/favicons\/16.png",
"32": ".\/favicons\/32.png",
"48": ".\/favicons\/48.png",
"64": ".\/favicons\/64.png",
"96": ".\/favicons\/96.png"
},
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"icons\/scan.svg",
"icons\/expand.svg",
"icons\/collapse.svg",
"icons\/options.svg",
"icons\/menu.svg",
"icons\/trash.svg",
"font\/Inter.woff2",
"parser\/TeXZilla.min.js",
"parser\/transform.js",
"favicons\/32.png"
]
}
],
"commands": {
"stealth-mode": {
"suggested_key": {
"default": "Ctrl+Shift+Q"
},
"description": "Scan using keybind and stay invincible"
}
},
"default_locale": "en"
}