File tree Expand file tree Collapse file tree 1 file changed +30
-38
lines changed
dwds/debug_extension_mv3/web Expand file tree Collapse file tree 1 file changed +30
-38
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " MV3 Dart Debug Extension" ,
3- "version" : " 1.0" ,
4- "manifest_version" : 3 ,
5- "devtools_page" : " static_assets/devtools.html" ,
6- "action" : {
7- "default_icon" : " static_assets/dart_dev.png"
8- },
9- "externally_connectable" : {
10- "ids" : [
11- " nbkbficgbembimioedhceniahniffgpl"
12- ]
13- },
14- "permissions" : [
15- " debugger" ,
16- " notifications" ,
17- " scripting" ,
18- " storage" ,
19- " tabs" ,
20- " webNavigation"
21- ],
22- "host_permissions" : [
23- " <all_urls>"
24- ],
25- "background" : {
26- "service_worker" : " background.dart.js"
27- },
28- "content_scripts" : [
29- {
30- "matches" : [
31- " <all_urls>"
32- ],
33- "js" : [
34- " detector.dart.js"
35- ],
36- "run_at" : " document_end"
37- }
38- ],
39- "options_page" : " static_assets/settings.html"
2+ "name" : " MV3 Dart Debug Extension" ,
3+ "version" : " 1.0" ,
4+ "manifest_version" : 3 ,
5+ "devtools_page" : " static_assets/devtools.html" ,
6+ "action" : {
7+ "default_icon" : " static_assets/dart_dev.png"
8+ },
9+ "externally_connectable" : {
10+ "ids" : [" nbkbficgbembimioedhceniahniffgpl" ]
11+ },
12+ "permissions" : [
13+ " debugger" ,
14+ " notifications" ,
15+ " scripting" ,
16+ " storage" ,
17+ " tabs" ,
18+ " webNavigation"
19+ ],
20+ "host_permissions" : [" <all_urls>" ],
21+ "background" : {
22+ "service_worker" : " background.dart.js"
23+ },
24+ "content_scripts" : [
25+ {
26+ "matches" : [" <all_urls>" ],
27+ "js" : [" detector.dart.js" ],
28+ "run_at" : " document_end"
29+ }
30+ ],
31+ "options_page" : " static_assets/settings.html"
4032}
You can’t perform that action at this time.
0 commit comments