From 30f792d1a411c39782b36d415068ffd05a6e0717 Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Fri, 11 Feb 2022 14:16:30 +1000 Subject: [PATCH] Run prettier on manifest.json (#2341) --- src/manifest.json | 40 ++++++++-------------------------------- 1 file changed, 8 insertions(+), 32 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index ee1661c64f..768b7f8a69 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -23,47 +23,25 @@ "content/notificationBar.js", "content/contextMenuHandler.js" ], - "matches": [ - "http://*/*", - "https://*/*", - "file:///*" - ], + "matches": ["http://*/*", "https://*/*", "file:///*"], "run_at": "document_start" }, { "all_frames": false, - "js": [ - "content/shortcuts.js" - ], - "matches": [ - "http://*/*", - "https://*/*", - "file:///*" - ], + "js": ["content/shortcuts.js"], + "matches": ["http://*/*", "https://*/*", "file:///*"], "run_at": "document_start" }, { "all_frames": false, - "js": [ - "content/message_handler.js" - ], - "matches": [ - "http://*/*", - "https://*/*", - "file:///*" - ], + "js": ["content/message_handler.js"], + "matches": ["http://*/*", "https://*/*", "file:///*"], "run_at": "document_start" }, { "all_frames": true, - "css": [ - "content/autofill.css" - ], - "matches": [ - "http://*/*", - "https://*/*", - "file:///*" - ], + "css": ["content/autofill.css"], + "matches": ["http://*/*", "https://*/*", "file:///*"], "run_at": "document_end" } ], @@ -92,9 +70,7 @@ "webRequest", "webRequestBlocking" ], - "optional_permissions": [ - "nativeMessaging" - ], + "optional_permissions": ["nativeMessaging"], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "commands": { "_execute_browser_action": {