Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_extName__",
"short_name": "DrivePasswrd",
"description": "__MSG_extDescription__",
"homepage_url": "https:\/\/drivepassword.com\/",
"version": "2.1.10",
"author": "Promotino Ltd.",
"icons": {
"16": "res\/images\/logos\/icon-16.png",
"48": "res\/images\/logos\/icon-48.png",
"128": "res\/images\/logos\/icon-128.png"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"res\/*"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"toggle-current-website": {
"suggested_key": {
"default": "Alt+Shift+2",
"mac": "Command+Shift+2"
},
"description": "__MSG_extToggleButton__"
},
"toggle-power-extension": {
"suggested_key": {
"default": "Alt+Shift+3",
"mac": "Command+Shift+3"
},
"description": "Toggle on and off the extension"
}
},
"host_permissions": [
"*:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"offline_enabled": true,
"action": {
"default_icon": "res\/images\/logos\/icon-48.png",
"default_title": "Go to Drive Password"
},
"background": {
"service_worker": "background.js",
"type": "module"
}
}