Welcome to mirror list, hosted at ThFree Co, Russian Federation.

manifest.json « keepassxc-browser - github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5c18e6b6489ae77cbce23a66653bc741d6c99f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
    "manifest_version": 2,
    "name": "KeePassXC-Browser",
    "version": "1.8.1",
    "version_name": "1.8.1",
    "description": "__MSG_extensionDescription__",
    "author": "KeePassXC Team",
    "icons": {
        "16": "icons/keepassxc_16x16.png",
        "48": "icons/keepassxc_48x48.png",
        "64": "icons/keepassxc_64x64.png",
        "96": "icons/keepassxc_96x96.png",
        "128": "icons/keepassxc_128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons/keepassxc_16x16.png",
            "18": "icons/keepassxc_18x18.png",
            "19": "icons/keepassxc_19x19.png",
            "32": "icons/keepassxc_32x32.png",
            "36": "icons/keepassxc_36x36.png",
            "38": "icons/keepassxc_38x38.png",
            "64": "icons/keepassxc_64x64.png"
        },
        "default_title": "KeePassXC-Browser",
        "default_popup": "popups/popup.html"
    },
    "options_ui": {
        "page": "options/options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "common/browser-polyfill.min.js",
            "common/global.js",
            "common/sites.js",
            "background/nacl.min.js",
            "background/nacl-util.min.js",
            "background/client.js",
            "background/keepass.js",
            "background/httpauth.js",
            "background/browserAction.js",
            "background/page.js",
            "background/event.js",
            "background/init.js"
            ]
        },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "common/browser-polyfill.min.js",
                "common/global.js",
                "common/sites.js",
                "content/ui.js",
                "content/banner.js",
                "content/autocomplete.js",
                "content/credential-autocomplete.js",
                "content/custom-fields-banner.js",
                "content/fields.js",
                "content/fill.js",
                "content/form.js",
                "content/icons.js",
                "content/keepassxc-browser.js",
                "content/observer-helper.js",
                "content/pwgen.js",
                "content/totp-autocomplete.js",
                "content/totp-field.js",
                "content/username-field.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "commands": {
        "fill_username_password": {
            "description": "__MSG_contextMenuFillUsernameAndPassword__",
            "suggested_key": {
                "default": "Alt+Shift+U",
                "mac": "MacCtrl+Shift+U"
            }
        },
        "fill_password": {
            "description": "__MSG_contextMenuFillPassword__",
            "suggested_key": {
                "default": "Alt+Shift+I",
                "mac": "MacCtrl+Shift+I"
            }
        },
        "fill_totp": {
            "description": "__MSG_contextMenuFillTOTP__",
            "suggested_key": {
                "default": "Alt+Shift+O",
                "mac": "MacCtrl+Shift+O"
            }
        },
        "show_password_generator": {
            "description": "__MSG_contextMenuShowPasswordGenerator__",
            "suggested_key": {
                "default": "Alt+Shift+G",
                "mac": "MacCtrl+Shift+G"
            }
        },
        "save_credentials": {
            "description": "__MSG_contextMenuSaveCredentials__"
        },
        "redetect_fields": {
            "description": "__MSG_popupRedetectButton__"
        },
        "choose_credential_fields": {
            "description": "__MSG_popupChooseCredentialsText__"
        },
        "retrive_credentials_forced": {
            "description": "__MSG_popupReopenButton__"
        },
        "request_autotype": {
            "description": "__MSG_contextMenuRequestGlobalAutoType__"
        },
        "reload_extension": {
            "description": "__MSG_popupReloadButton__"
        }
    },
    "web_accessible_resources": [
        "icons/disconnected.svg",
        "icons/help.svg",
        "icons/keepassxc.svg",
        "icons/key.svg",
        "icons/locked.svg",
        "icons/otp.svg",
        "css/autocomplete.css",
        "css/banner.css",
        "css/button.css",
        "css/colors.css",
        "css/define.css",
        "css/notification.css",
        "css/pwgen.css",
        "css/username.css",
        "css/totp.css"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "clipboardWrite",
        "nativeMessaging",
        "notifications",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "https://*/*",
        "http://*/*",
        "https://api.github.com/"
    ],
    "content_security_policy": "script-src 'self' 'sha256-UD5WN2QEhRDEZ6vkLdHKFlkHwzbemzW2ppJiOLooI8o='; object-src 'none'",
    "content_security_policy": "script-src 'self' 'sha256-4nJ8uLezzRE3SiBFdkVN/uNwV9YTOGCqRXg6AvB5rCY='; object-src 'none'",
    "applications": {
       "gecko": {
           "id": "keepassxc-browser@keepassxc.org",
           "strict_min_version": "67.0"
       }
   },
   "default_locale": "en"
}