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": "Password Depot Extension",
"version": "18.0.3",
"manifest_version": 3,
"description": "__MSG_pd_description__",
"homepage_url": "https:\/\/www.password-depot.de",
"default_locale": "en",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "js\/pdBackgroundScript.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"vendor\/underscore-min.js",
"vendor\/jquery-3.5.1.min.js",
"js\/pdContentScript.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": "icons\/48.png",
"default_title": "Password Depot",
"default_popup": "dialogs\/popup.html"
},
"permissions": [
"nativeMessaging",
"storage"
],
"web_accessible_resources": [
{
"resources": [
"dialogs\/*",
"icons\/*",
"fonts\/*",
"assets\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"content_security_policy": {
"script-src": "self",
"object-src": "self"
}
}