-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Minor fixes to README (more details on features) and a typo error.
* 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
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|