-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* supports Firefox 6 * uses nsIPromptService instead of window.alert * is able to test the settings * doesn't dump crap output if API-URL is incorrect
- Loading branch information
Showing
3 changed files
with
53 additions
and
14 deletions.
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<Description about="urn:mozilla:install-manifest"> | ||
<em:id>[email protected]</em:id> | ||
<em:name>YOURLS shortener</em:name> | ||
<em:version>1.1</em:version> | ||
<em:version>1.2</em:version> | ||
<em:type>2</em:type> | ||
<em:creator>Martin Scharm</em:creator> | ||
<em:description>Shorten URLs with your own YOURLS instance</em:description> | ||
|
@@ -14,7 +14,7 @@ | |
<Description> | ||
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | ||
<em:minVersion>3.0</em:minVersion> | ||
<em:maxVersion>5.*</em:maxVersion> | ||
<em:maxVersion>6.*</em:maxVersion> | ||
</Description> | ||
</em:targetApplication> | ||
</Description> | ||
|