Skip to content

Commit

Permalink
Fix manifest (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny authored Sep 4, 2021
1 parent 231abbd commit ef8036d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "f-notifier",
"version": "2.7.2",
"version": "2.7.3",
"description": "Displays your Facebook notifications unread count.",
"homepage": "https://narno.dev/F-Notifier/",
"author": "Arnaud Ligny",
Expand Down
13 changes: 1 addition & 12 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
{
"name": "__MSG_extName__",
"version": "2.7.2",
"version": "2.7.3",
"description": "__MSG_extDescription__",
"homepage_url": "https://narno.dev/F-Notifier/",
"author": "Arnaud Ligny",
"developer": {
"name": "Arnaud Ligny",
"url": "https://arnaudligny.fr"
},
"manifest_version": 2,
"minimum_chrome_version": "52",
"applications": {
"gecko": {
"id": "{3b5da596-9072-4e68-bce5-adb82ac9063a}",
"strict_min_version": "53.0"
}
},
"default_locale": "en",
"icons": {
"128": "icon-128.png"
},
"permissions": [
"alarms",
"tabs",
"https://www.facebook.com/",
"https://m.facebook.com/"
],
"background": {
Expand Down

0 comments on commit ef8036d

Please sign in to comment.