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": "__MSG_extName__",
"manifest_version": 3,
"version": "1.00",
"default_locale": "en",
"description": "__MSG_extDescription__",
"permissions": [
"contextMenus",
"activeTab"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_title": "Click Open",
"default_popup": "src\/pages\/hugging\/index.html",
"default_icon": {
"32": "src\/public\/images\/hug_logo32.png",
"64": "src\/public\/images\/hug_logo64.png",
"128": "src\/public\/images\/hug_logo128.png"
}
},
"icons": {
"32": "src\/public\/images\/hug_logo32.png",
"64": "src\/public\/images\/hug_logo64.png",
"128": "src\/public\/images\/hug_logo128.png"
}
}