Skip to content

Commit

Permalink
Bump manifest version and update assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosangregorio committed Jul 4, 2020
1 parent baf0f41 commit 71bde01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Google Calendar Quick Duplicate",
"icons": {
"16": "./assets/icon16.png",
"48": "./assets/icon48.png",
"128": "./assets/icon128.png"
"16": "assets/icon16.png",
"48": "assets/icon48.png",
"128": "assets/icon128.png"
},
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple Chrome Extension to quickly duplicate events on Google Calendar.",
"manifest_version": 2,
"content_scripts": [{
Expand Down

0 comments on commit 71bde01

Please sign in to comment.