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",
"description": "Simple tool for generating strong and secure passwords.",
"version": "1.0.1",
"manifest_version": 3,
"name": "Password Generator",
"homepage_url": "https:\/\/miaplacidus-extensions.vercel.app\/",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-32.png"
},
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"64": "icon-64.png",
"128": "icon-128.png"
},
"permissions": [
"contextMenus",
"storage"
]
}