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",
"author": {
"email": "[email protected]"
},
"name": "Ask GreenAI \u2013 Answer questions by Image, Text, Translate, Summarize & More",
"description": "Answer questions by Image, Text, Translate, Summarize & More with AI",
"version": "1.0.1.0",
"version_name": "1.0.1",
"manifest_version": 3,
"action": {
"default_popup": "src\/ui\/action-popup\/index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-C6haQN2W.js"
],
"all_frames": false,
"match_about_blank": true,
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end",
"css": [
"assets\/PanelLayout-Dnu1-oT7.css",
"assets\/index-_31pBgnZ.css",
"assets\/index-BjoOoNuw.css"
]
}
],
"side_panel": {
"default_path": "src\/ui\/side-panel\/index.html"
},
"devtools_page": "src\/devtools\/index.html",
"options_page": "src\/ui\/options-page\/index.html",
"offline_enabled": true,
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"tabs",
"background",
"sidePanel",
"activeTab"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"logo.png",
"src\/ui\/setup\/index.html",
"src\/ui\/content-script-iframe\/index.html",
"src\/ui\/devtools-panel\/index.html",
"assets\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/preload-helper-DhF3Noia.js",
"assets\/index.vue_vue_type_style_index_0_lang-0_vnSmr0.js",
"assets\/PanelLayout.vue_vue_type_script_setup_true_lang-CeCrloE2.js",
"assets\/extractImage-D_2MNWFD.js",
"assets\/index.ts-CFRwweac.js"
],
"use_dynamic_url": false
}
],
"icons": {
"16": "logo.png",
"24": "logo.png",
"32": "logo.png",
"128": "logo.png"
}
}