Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mguidetti committed Sep 25, 2022
1 parent 3501f86 commit 4502df2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [2.0.0] - 2022-09-17
## [2.0.1] - 2022-09-25

- Update manifest.js

## [2.0.1] - 2022-09-17

- Rewrite JS.
- Update quotes API URL.
Expand Down
6 changes: 1 addition & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"manifest_version": 3,
"name": "The Creative Independent’s Extension",
"version": "2.0.0",
"default_locale": "en",
"version": "2.0.1",
"description": "Displays a quote from The Creative Independent on your new tab.",
"icons": {
"16": "./icons/tci-chrome-16.png",
Expand All @@ -12,9 +11,6 @@
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"activeTab"
],
"host_permissions": [
"https://thecreativeindependent.com/api/*"
],
Expand Down

0 comments on commit 4502df2

Please sign in to comment.