-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version number and description for Chrome Store deployment.
- Loading branch information
1 parent
8acdf4e
commit 2dba072
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} | ||
} | ||
} |