Remove applications key wherever possible (#144)

This commit is contained in:
wbamberg
2016-11-18 14:14:25 -08:00
committed by GitHub
parent dbee78a546
commit 587ecfc504
20 changed files with 2 additions and 133 deletions

View File

@@ -6,13 +6,6 @@
"version": "1.0",
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/apply-css",
"applications": {
"gecko": {
"id": "apply-css@mozilla.org",
"strict_min_version": "49.0"
}
},
"background": {
"scripts": ["background.js"]
},