Skip to content

Commit

Permalink
* Minor fixes to README (more details on features) and a typo error.
Browse files Browse the repository at this point in the history
* manifest.json updated for Firefox.  Needs to be manually changed
  before releasing for Chrome - all other code is identical.
  • Loading branch information
Arun Kunchithapatham committed Jan 4, 2018
1 parent 0e9e1a3 commit e0a2b36
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JigSaw

JigSaw is a Chrom/FireFox webextension that destroys productivity
JigSaw is a Chrome/FireFox webextension that destroys productivity
by allowing you to convert an image into a jigsaw puzzle.

## To use JigSaw:
Expand All @@ -14,6 +14,12 @@ puzzle.
* Once you have entered JigSaw, you can always enter a new URL in the
input bar and submit.

* Simple drag and drop use

* Pieces stick to each other when they match correctly anywhere on the screen

* Useful visual indicator when a piece is placed in the correct location

* Ability to choose degree of difficulty (3x3 to 9x9 puzzle sizes)

## License & Copyright:
Expand Down
7 changes: 7 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
"description": "__MSG_extensionDescription__",
"homepage_url": "https://www.github.com/ushnisha/jigsaw/",

"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "52.0"
}
},

"icons": {
"128": "icons/jigsaw-128.png",
"64": "icons/jigsaw-64.png",
Expand Down

0 comments on commit e0a2b36

Please sign in to comment.