Skip to content

Commit 2826bad

Browse files
authored
Merge pull request #130 from Croydon/manifest_applications
Manifest: Switch application key to browser_specific_settings
2 parents 92388aa + 14cf5e9 commit 2826bad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/manifests/dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"tabs"
4040
],
4141

42-
"applications": {
42+
"browser_specific_settings": {
4343
"gecko": {
4444
4545
"strict_min_version": "61.0"

scripts/manifests/firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"tabs"
3939
],
4040

41-
"applications": {
41+
"browser_specific_settings": {
4242
"gecko": {
4343
4444
"strict_min_version": "79.0"

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"tabs"
4040
],
4141

42-
"applications": {
42+
"browser_specific_settings": {
4343
"gecko": {
4444
4545
"strict_min_version": "61.0"

0 commit comments

Comments
 (0)