Remove nonexistent "applications" manifest key
This commit is contained in:
parent
a3766ffcc3
commit
ea569184e1
1 changed files with 2 additions and 7 deletions
|
@ -8,12 +8,6 @@
|
|||
"48": "img/container-site-d-48.png",
|
||||
"96": "img/container-site-d-96.png"
|
||||
},
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "@testpilot-containers",
|
||||
"strict_min_version": "91.1.0"
|
||||
}
|
||||
},
|
||||
"homepage_url": "https://github.com/mozilla/multi-account-containers#readme",
|
||||
"permissions": [
|
||||
"<all_urls>",
|
||||
|
@ -37,7 +31,8 @@
|
|||
],
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "@testpilot-containers"
|
||||
"id": "@testpilot-containers",
|
||||
"strict_min_version": "91.1.0"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
|
|
Loading…
Add table
Reference in a new issue