Skip to content

Commit

Permalink
Merge pull request #84 from notisnan/R2.2
Browse files Browse the repository at this point in the history
Update manifest.json
  • Loading branch information
MariuszDabrowski authored Apr 18, 2020
2 parents 8acdf4e + 2dba072 commit e372c81
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 e372c81

Please sign in to comment.