Skip to content

Commit

Permalink
Update theme_experiment.json (#5800)
Browse files Browse the repository at this point in the history
* Update theme_experiment.json
WebExtension manifest key theme_experiment is experimental, non-standard.

* Remove redundant mdn_url's

* Revert "Remove redundant mdn_url's"

This reverts commit f2bdc50,
as per review.
  • Loading branch information
bershanskiy authored Mar 12, 2020
1 parent ff78296 commit 5ccc39a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions webextensions/manifest/theme_experiment.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"opera": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
},
"colors": {
Expand All @@ -41,6 +46,11 @@
"opera": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
},
Expand All @@ -63,6 +73,11 @@
"opera": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
},
Expand All @@ -85,6 +100,11 @@
"opera": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
}
Expand Down

0 comments on commit 5ccc39a

Please sign in to comment.