-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated gecko minimum version to 50.0, build 3.1.1b1.xpi (unsigned).
- Loading branch information
Clint Priest
committed
Nov 22, 2016
1 parent
0b6a9a7
commit 98f45d6
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
"manifest_version": 2, | ||
"name": "Snap Links", | ||
"short_name": "Snap Links", | ||
"version": "3.1.0.4", | ||
"version": "3.1.1.1", | ||
"description": "Select multiple links, checkboxes and other elements and act on them such as open them in new tabs or check/un-check them.", | ||
"homepage_url": "https://github.com/cpriest/SnapLinksPlus", | ||
|
||
|
||
"minimum_chrome_version": "51", | ||
|
||
"permissions": [ | ||
|
@@ -17,12 +17,12 @@ | |
"128": "res/icon128.png" | ||
}, | ||
|
||
"applications": { | ||
"gecko": { | ||
"id": "[email protected]", | ||
"strict_min_version": "45.0" | ||
} | ||
}, | ||
"applications": { | ||
"gecko": { | ||
"id": "[email protected]", | ||
"strict_min_version": "50.0" | ||
} | ||
}, | ||
"background": { | ||
"scripts": [ | ||
"src/lib/Configs.js", | ||
|
@@ -51,7 +51,7 @@ | |
] | ||
} | ||
], | ||
"options_ui": { | ||
"options_ui": { | ||
"page": "src/html/options.html", | ||
"chrome_style": true | ||
} | ||
|
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# | ||
#Phing properties | ||
# | ||
#Wed, 16 Nov 2016 02:45:52 GMT | ||
version.build=4 | ||
#Tue, 22 Nov 2016 12:18:54 GMT | ||
version.build=1 | ||
version.major=3 | ||
version.minor=1 | ||
version.patch=0 | ||
version.type=release | ||
version.patch=1 | ||
version.type=beta |
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
"applications": { // @Mozilla | ||
"gecko": { // @Mozilla | ||
"id": "[email protected]", // @Mozilla | ||
"strict_min_version": "45.0" // @Mozilla | ||
"strict_min_version": "50.0" // @Mozilla | ||
} // @Mozilla | ||
}, // @Mozilla | ||
"background": { | ||
|