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" }