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": "Wairia",
"version": "1.0.2",
"description": "Try on clothes virtually with AI-powered technology",
"icons": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
},
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
}
},
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"permissions": [
"storage",
"contextMenus",
"activeTab",
"scripting",
"tabs",
"identity"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "109.0"
}
}
}