From f064bd58d2c84a17b334573ed01f71d7719d36db Mon Sep 17 00:00:00 2001 From: Diadlo Date: Tue, 31 Jul 2018 13:31:17 +0300 Subject: [PATCH] Replace tans on 4 spaces in manifest --- keepassxc-browser/manifest.json | 196 ++++++++++++++++---------------- 1 file changed, 98 insertions(+), 98 deletions(-) diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index a571d1b..3345f1d 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -1,80 +1,80 @@ { - "manifest_version": 2, - "name": "KeePassXC-Browser", - "version": "1.2.0", - "description": "KeePassXC integration for modern web browsers", - "author": "KeePassXC Team", - "icons": { - "16": "icons/keepassxc_16x16.png", - "48": "icons/keepassxc_48x48.png", - "128": "icons/keepassxc_128x128.png" - }, + "manifest_version": 2, + "name": "KeePassXC-Browser", + "version": "1.2.0", + "description": "KeePassXC integration for modern web browsers", + "author": "KeePassXC Team", + "icons": { + "16": "icons/keepassxc_16x16.png", + "48": "icons/keepassxc_48x48.png", + "128": "icons/keepassxc_128x128.png" + }, - "browser_action": { - "default_icon": { - "19": "icons/keepassxc_19x19.png", - "38": "icons/keepassxc_38x38.png" - }, - "default_title": "KeePassXC-Browser", - "default_popup": "popups/popup.html" - }, - "options_ui": { - "page": "options/options.html", - "open_in_tab": true - }, - "background": { - "scripts": [ - "browser-polyfill.min.js", - "global.js", - "background/nacl.min.js", - "background/nacl-util.min.js", - "background/keepass.js", - "background/httpauth.js", - "background/browserAction.js", - "background/page.js", - "background/event.js", - "background/init.js" - ] - }, - "content_scripts": [ - { - "matches": [ - "" - ], - "exclude_matches": [ - "*://*/*.xml", - "*://*/*.xsd" - ], - "js": [ - "browser-polyfill.min.js", - "global.js", - "jquery-3.3.1.min.js", - "jquery-ui.min.js", - "keepassxc-browser.js" - ], - "css": [ - "jquery-ui.min.css", - "keepassxc-browser.css" - ], - "run_at": "document_idle", - "all_frames": true - } - ], - "commands": { - "fill-username-password": { - "description": "Insert username + password", - "suggested_key": { - "default": "Alt+Shift+U", - "mac": "MacCtrl+Shift+U" - } - }, - "fill-password": { - "description": "Insert a password", - "suggested_key": { - "default": "Alt+Shift+I", - "mac": "MacCtrl+Shift+I" - } - }, + "browser_action": { + "default_icon": { + "19": "icons/keepassxc_19x19.png", + "38": "icons/keepassxc_38x38.png" + }, + "default_title": "KeePassXC-Browser", + "default_popup": "popups/popup.html" + }, + "options_ui": { + "page": "options/options.html", + "open_in_tab": true + }, + "background": { + "scripts": [ + "browser-polyfill.min.js", + "global.js", + "background/nacl.min.js", + "background/nacl-util.min.js", + "background/keepass.js", + "background/httpauth.js", + "background/browserAction.js", + "background/page.js", + "background/event.js", + "background/init.js" + ] + }, + "content_scripts": [ + { + "matches": [ + "" + ], + "exclude_matches": [ + "*://*/*.xml", + "*://*/*.xsd" + ], + "js": [ + "browser-polyfill.min.js", + "global.js", + "jquery-3.3.1.min.js", + "jquery-ui.min.js", + "keepassxc-browser.js" + ], + "css": [ + "jquery-ui.min.css", + "keepassxc-browser.css" + ], + "run_at": "document_idle", + "all_frames": true + } + ], + "commands": { + "fill-username-password": { + "description": "Insert username + password", + "suggested_key": { + "default": "Alt+Shift+U", + "mac": "MacCtrl+Shift+U" + } + }, + "fill-password": { + "description": "Insert a password", + "suggested_key": { + "default": "Alt+Shift+I", + "mac": "MacCtrl+Shift+I" + } + }, "fill-totp": { "description": "Insert a TOTP", "suggested_key": { @@ -82,28 +82,28 @@ "mac": "MacCtrl+Shift+T" } } - }, - "web_accessible_resources": [ - "icons/key.png" - ], - "permissions": [ - "activeTab", - "contextMenus", - "clipboardWrite", - "nativeMessaging", + }, + "web_accessible_resources": [ + "icons/key.png" + ], + "permissions": [ + "activeTab", + "contextMenus", + "clipboardWrite", + "nativeMessaging", "notifications", - "storage", - "tabs", - "webRequest", - "webRequestBlocking", - "https://*/*", - "http://*/*", - "https://api.github.com/" - ], - "applications": { - "gecko": { - "id": "keepassxc-browser@keepassxc.org", - "strict_min_version": "52.0" - } - } + "storage", + "tabs", + "webRequest", + "webRequestBlocking", + "https://*/*", + "http://*/*", + "https://api.github.com/" + ], + "applications": { + "gecko": { + "id": "keepassxc-browser@keepassxc.org", + "strict_min_version": "52.0" + } + } }