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",
"author": "ITOP",
"background": {
"service_worker": "background.service_worker.js"
},
"icons": {
"48": "skin\/icons\/app_icon_48.png",
"64": "skin\/icons\/app_icon_64.png",
"128": "skin\/icons\/app_icon_128.png"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"polyfill\/polyfill-firefox.js",
"events.js",
"ini.js",
"document_start.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start"
},
{
"all_frames": true,
"js": [
"document_end.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end"
}
],
"description": "__MSG_extDesc__",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_extName__",
"permissions": [
"privacy",
"tabs",
"idle",
"storage",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"version": "1.4.35",
"web_accessible_resources": [
{
"resources": [
"assist.dyn.json",
"skin\/*.png",
"inject\/*.png",
"*.css",
"inject\/*.html",
"inject\/*.js",
"inject\/*.svg",
"popup\/*svg"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": {
"16": "skin\/icons\/app_icon_unlogin_16.png",
"24": "skin\/icons\/app_icon_unlogin_24.png",
"32": "skin\/icons\/app_icon_unlogin_32.png"
},
"default_title": "DualSafe Password Manager"
},
"minimum_chrome_version": "88.0.0.0"
}