| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "view", | 4 "type": "view", |
| 5 "location": "panel", | 5 "location": "panel", |
| 6 "id": "sources", | 6 "id": "sources", |
| 7 "title": "Sources", | 7 "title": "Sources", |
| 8 "order": 30, | 8 "order": 30, |
| 9 "className": "Sources.SourcesPanel" | 9 "className": "Sources.SourcesPanel" |
| 10 }, | 10 }, |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 }, | 368 }, |
| 369 { | 369 { |
| 370 "type": "setting", | 370 "type": "setting", |
| 371 "settingName": "navigatorGroupByFolder", | 371 "settingName": "navigatorGroupByFolder", |
| 372 "settingType": "boolean", | 372 "settingType": "boolean", |
| 373 "defaultValue": "true" | 373 "defaultValue": "true" |
| 374 }, | 374 }, |
| 375 { | 375 { |
| 376 "type": "setting", | 376 "type": "setting", |
| 377 "category": "Sources", | 377 "category": "Sources", |
| 378 "title": "Search in content scripts", | 378 "title": "Search in anonymous and content scripts", |
| 379 "settingName": "searchInContentScripts", | 379 "settingName": "searchInAnonymousAndContentScripts", |
| 380 "settingType": "boolean", | 380 "settingType": "boolean", |
| 381 "defaultValue": false | 381 "defaultValue": false |
| 382 }, | 382 }, |
| 383 { | 383 { |
| 384 "type": "setting", | 384 "type": "setting", |
| 385 "category": "Sources", | 385 "category": "Sources", |
| 386 "title": "Automatically reveal files in navigator", | 386 "title": "Automatically reveal files in navigator", |
| 387 "settingName": "autoRevealInNavigator", | 387 "settingName": "autoRevealInNavigator", |
| 388 "settingType": "boolean", | 388 "settingType": "boolean", |
| 389 "defaultValue": false | 389 "defaultValue": false |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 "navigatorView.css", | 664 "navigatorView.css", |
| 665 "revisionHistory.css", | 665 "revisionHistory.css", |
| 666 "serviceWorkersSidebar.css", | 666 "serviceWorkersSidebar.css", |
| 667 "sourcesPanel.css", | 667 "sourcesPanel.css", |
| 668 "sourcesSearch.css", | 668 "sourcesSearch.css", |
| 669 "sourcesView.css", | 669 "sourcesView.css", |
| 670 "threadsSidebarPane.css", | 670 "threadsSidebarPane.css", |
| 671 "dialog.css" | 671 "dialog.css" |
| 672 ] | 672 ] |
| 673 } | 673 } |
| OLD | NEW |