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": "DressUp: Virtual Try-On",
"description": "DressUp: Virtual Try-On for Online Shopping. Visualize clothes on your own photo before you buy.",
"version": "0.1.0",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-D-qSIupj.js"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_title": "Open side panel"
},
"side_panel": {
"default_path": "src\/pages\/side-panel\/index.html"
},
"permissions": [
"sidePanel",
"contextMenus",
"cookies"
],
"host_permissions": [
"https:\/\/dress-up.deno.dev\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/dress-up.deno.dev\/*"
]
},
"short_name": "DressUp",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/index.ts-Ckuoeakp.js"
],
"use_dynamic_url": false
}
]
}