Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
Updated version number and description for Chrome Store deployment.
  • Loading branch information
duliodenis authored Apr 18, 2020
1 parent 8acdf4e commit 2dba072
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"manifest_version": 2,
"name": "COVID-19 Corona Virus Tracker",
"version": "2.1",
"description": "This Chrome Extension is a COVID-19 Corona Virus Tracker allowing you to track the world-wide spread of this pandemic.",
"name": "COVID-19 Coronavirus Tracker",
"version": "2.2",
"description": "This Chrome Extension is a COVID-19 Coronavirus Tracker allowing you to track the world-wide spread of this pandemic.",
"permissions": [
"storage"
],
"browser_action": {
"default_title": "COVID-19 Corona Virus Tracker",
"default_title": "COVID-19 Coronavirus Tracker",
"default_popup": "index.html",
"default_icon": {
"128": "128x128.png"
}
},
"icons": {"128": "icon128.png"}
}
}

0 comments on commit 2dba072

Please sign in to comment.