diff options
author | papush | 2021-04-29 15:51:55 +0200 |
---|---|---|
committer | papush | 2021-04-29 15:56:39 +0200 |
commit | 83c649f120932ccbcd40dba7763273d96d47d3b5 (patch) | |
tree | 269cf679d2335ad53e4cf41ea517ac5acb7481e7 | |
parent | 372b801329584f92e942139011cdbb2d0c92085c (diff) |
bump version and make palemoon compatible
-rw-r--r-- | chrome/js/redirector.js | 2 | ||||
-rw-r--r-- | install.rdf | 19 |
2 files changed, 11 insertions, 10 deletions
diff --git a/chrome/js/redirector.js b/chrome/js/redirector.js index da4904a..f1145e1 100644 --- a/chrome/js/redirector.js +++ b/chrome/js/redirector.js @@ -105,7 +105,7 @@ Redirector = { }, handleUpgrades : function(){ - var currentVersion = '2.7.1'; + var currentVersion = '2.8.2'; this._list = []; if (this._prefs.version == currentVersion) { diff --git a/install.rdf b/install.rdf index df68e9f..4f0035b 100644 --- a/install.rdf +++ b/install.rdf @@ -2,11 +2,12 @@ <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> <Description about="urn:mozilla:install-manifest"> - <em:id>redirector@einaregilsson.com</em:id> - <em:name>Redirector</em:name> - <em:version>2.8.1</em:version> - <em:creator>Einar Egilsson</em:creator> - <em:contributor>Noah Luck Easterly</em:contributor> + <em:id>palemoon-redirector@papush</em:id> + <em:name>Redirector for Pale Moon</em:name> + <em:version>2.8.2</em:version> + <em:creator>papush</em:creator> + <em:contributor>Einar Egilsson (original author)</em:contributor> + <em:contributor>Noah Luck Easterly</em:contributor> <em:description>Automatically redirects to user-defined urls on certain pages</em:description> <em:homepageURL>http://einaregilsson.com/redirector/</em:homepageURL> <em:optionsURL>chrome://redirector/content/redirector.html</em:optionsURL> @@ -16,10 +17,10 @@ <em:unpack>true</em:unpack> <em:targetApplication> <Description> - <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox --> - <em:minVersion>5.0</em:minVersion> - <em:maxVersion>12.*</em:maxVersion> + <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id> <!-- palemoon --> + <em:minVersion>29.2.0</em:minVersion> + <em:maxVersion>29.*</em:maxVersion> </Description> </em:targetApplication> </Description> -</RDF>
\ No newline at end of file +</RDF> |