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": "OKIO Mirror Image Corrector",
"description": "The OKIO Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet.",
"version": "1.0.10",
"icons": {
"16": "icon48.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_title": "Only can use in Google Meet.",
"default_icon": "icon48.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"tabs"
],
"host_permissions": [
"https:\/\/meet.google.com\/*"
],
"background": {
"service_worker": "event.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/meet.google.com\/*"
],
"js": [
"execute.js"
]
}
]
}