Skip to content

Commit 7399eb3

Browse files
committed
Updated to 1.7.1
Changelog: Fixed issue #9
1 parent f483129 commit 7399eb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FragmentQR/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "FragmentQR",
3-
"version": "1.7",
3+
"version": "1.7.1",
44
"manifest_version": 2,
55
"minimum_chrome_version": "80",
66
"author": "Yonah Aviv",
77
"short_name": "FragmentQR",
8-
"description": "Free chrome extension to copy and generate QR codes for text fragments from selected text",
8+
"description": "Copy text fragments and generate QR codes for them, using the user's selected text on a webpage.",
99
"background": {
1010
"persitent": false,
1111
"scripts": ["js/background_script.js"]
@@ -29,7 +29,7 @@
2929
"browser_action": {
3030
"default_title": "FragmentQR - Open popup and generate QR for current tab",
3131
"default_icon": {
32-
"64": "img/64.png"
32+
"128": "img/128.png"
3333
},
3434
"default_popup": "popup.html"
3535
},

0 commit comments

Comments
 (0)