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",
"name": "Flexi - AI Tutor",
"version": "1.2.2",
"description": "Flexi, the FREE AI Tutor for Science & Math, offers 'Screenshot & Discuss' and 'Highlight & Discuss' tools for interactive learning!",
"permissions": [
"activeTab",
"scripting",
"tabs",
"sidePanel",
"contextMenus",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": "icons\/flexi-16.png"
},
"options_page": "settings.html",
"icons": {
"16": "icons\/flexi-16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"side_panel": {
"default_path": "sidepanel.html",
"openPanelOnActionClick": true
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"resources\/*",
"managers\/*"
],
"matches": [
"<all_urls>"
]
}
],
"manifest_version": 3
}