From c1e2715b5f0f58d84055e6fda20389884d29a318 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Tue, 10 Jan 2023 14:29:16 -0800 Subject: [PATCH] Format manifest.json --- dwds/debug_extension_mv3/web/manifest.json | 68 ++++++++++------------ 1 file changed, 30 insertions(+), 38 deletions(-) diff --git a/dwds/debug_extension_mv3/web/manifest.json b/dwds/debug_extension_mv3/web/manifest.json index e44ed5828..91efe797a 100644 --- a/dwds/debug_extension_mv3/web/manifest.json +++ b/dwds/debug_extension_mv3/web/manifest.json @@ -1,40 +1,32 @@ { - "name": "MV3 Dart Debug Extension", - "version": "1.0", - "manifest_version": 3, - "devtools_page": "static_assets/devtools.html", - "action": { - "default_icon": "static_assets/dart_dev.png" - }, - "externally_connectable": { - "ids": [ - "nbkbficgbembimioedhceniahniffgpl" - ] - }, - "permissions": [ - "debugger", - "notifications", - "scripting", - "storage", - "tabs", - "webNavigation" - ], - "host_permissions": [ - "" - ], - "background": { - "service_worker": "background.dart.js" - }, - "content_scripts": [ - { - "matches": [ - "" - ], - "js": [ - "detector.dart.js" - ], - "run_at": "document_end" - } - ], - "options_page": "static_assets/settings.html" + "name": "MV3 Dart Debug Extension", + "version": "1.0", + "manifest_version": 3, + "devtools_page": "static_assets/devtools.html", + "action": { + "default_icon": "static_assets/dart_dev.png" + }, + "externally_connectable": { + "ids": ["nbkbficgbembimioedhceniahniffgpl"] + }, + "permissions": [ + "debugger", + "notifications", + "scripting", + "storage", + "tabs", + "webNavigation" + ], + "host_permissions": [""], + "background": { + "service_worker": "background.dart.js" + }, + "content_scripts": [ + { + "matches": [""], + "js": ["detector.dart.js"], + "run_at": "document_end" + } + ], + "options_page": "static_assets/settings.html" }