Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
byronigoe committed Apr 30, 2023
1 parent 6e0c151 commit be2249b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"manifest_version": 3,
"name": "Phone Helper",
"version": "1.1",
"version": "1.2",
"description": "Location, timezone, and click-to-dial",
"icons": { "16": "icon16.png",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
Expand All @@ -13,7 +14,7 @@
"matches": ["*://*/*"],
"js": ["phoneHelper.js"],
"all_frames": true
}
}
],
"web_accessible_resources": [{
"resources":["icon48.png"],
Expand Down

0 comments on commit be2249b

Please sign in to comment.