Fixed "applications" property in the manifest is deprecated and will no longer be accepted in Manifest Version 3 and above.
This commit is contained in:
parent
4cd0f61d80
commit
a8a76a1cba
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
"name": "__MSG_extensionName__",
|
||||
"short_name": "__MSG_extensionName__",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"version": "7",
|
||||
"version": "7.0.1",
|
||||
"default_locale": "en",
|
||||
"homepage_url": "https://github.com/Albirew/resurrect-pages",
|
||||
|
||||
"applications": {
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "resurrect-pages@albirew.fr",
|
||||
"strict_min_version": "57.0"
|
||||
|
|
Loading…
Reference in a new issue