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,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "2.30.17",
"icons": {
"16": "assets\/logo_pw_16.png",
"24": "assets\/logo_pw_24.png",
"48": "assets\/logo_pw_48.png",
"128": "assets\/logo_pw_128.png"
},
"homepage_url": "https:\/\/c2.synology.com\/password",
"default_locale": "en",
"author": "Synology Inc.",
"permissions": [
"activeTab",
"alarms",
"contextMenus",
"idle",
"offscreen",
"privacy",
"scripting",
"storage",
"unlimitedStorage",
"webNavigation",
"webRequest",
"webRequestAuthProvider"
],
"optional_permissions": [
"clipboardWrite"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"auth.html",
"encryption-key.html"
],
"matches": [
"https:\/\/*.synology.inc\/*",
"https:\/\/*.c2.c2go.dev\/*",
"https:\/\/*.synology.com\/*"
]
},
{
"resources": [
"autosave.html",
"dropdown.html",
"icon.html"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"linux": "Ctrl+Shift+U"
}
},
"save_login": {
"suggested_key": {
"default": "Alt+Shift+E"
},
"description": "Save to C2 Password"
}
},
"background": {
"type": "module",
"service_worker": "background.js"
},
"action": {
"default_icon": {
"19": "assets\/logo_pw_19.png",
"38": "assets\/logo_pw_38.png"
},
"default_title": "Synology C2 Password",
"default_popup": "popup.html?popup"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"content-scripts\/content-script-trigger.js"
]
},
{
"matches": [
"https:\/\/profile.c2.c2go.dev\/authenticator-verification",
"https:\/\/profile.c2.synology.com\/authenticator-verification",
"https:\/\/profile.c2test.synology.com\/authenticator-verification"
],
"run_at": "document_start",
"js": [
"content-scripts\/content-script-unlock.js"
]
}
]
}