From ec36915caa691c49db45004177da0f7c1ae08b2c Mon Sep 17 00:00:00 2001 From: "Robin C. Ladiges" Date: Tue, 18 Sep 2018 22:24:56 +0200 Subject: [PATCH] add install.rdf manually and not auto-generate it by jpm because jpm messes up indentation and doesn't comply to the manifest standard... --- Makefile | 2 +- install.rdf | 46 ++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 install.rdf diff --git a/Makefile b/Makefile index ca665e3..ff8ca29 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ XPI := old-search-fixed.xpi JS := index.js prefs.js ICO := data/icon-64.png data/icon-48.png data/icon-32.png OPTIONS := options.xul locale/en-US/options.dtd locale/de-DE/options.dtd defaults/preferences/prefs.js -PROJECT := package.json chrome.manifest .jpmignore $(JS) $(OPTIONS) README.md LICENSE.md +PROJECT := package.json install.rdf chrome.manifest .jpmignore $(JS) $(OPTIONS) README.md LICENSE.md $(XPI): $(NPM) $(PROJECT) $(JPM) xpi diff --git a/install.rdf b/install.rdf new file mode 100644 index 0000000..03289e5 --- /dev/null +++ b/install.rdf @@ -0,0 +1,46 @@ + + + + + old-search-fixed@blackpinguin.de + 2 + 3.0.3 + + + Old Search Fixed 3 + Robin Christopher Ladiges + Robin Christopher Ladiges + Remembers the search engine selected by setting it as the default engine. Like before Firefox 43. + https://github.com/istador/old-search-fixed/ + + + de-DE + Old Search Fixed 3 + Merkt sich den ausgewählten Suchanbieter und setzt ihn als Standard. So wie vor Firefox 43. + + + + + resource://old-search-fixed-at-blackpinguin-dot-de/data/icon-48.png + resource://old-search-fixed-at-blackpinguin-dot-de/data/icon-64.png + + + true + false + true + 2 + false + false + false + https://xpi.blackpinguin.de/old-search-fixed/updates.rdf + + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 56.0 + * + + + + diff --git a/package.json b/package.json index fc0dc24..4b2fc0b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "old-search-fixed", "id": "old-search-fixed@blackpinguin.de", - "version": "3.0.2", + "version": "3.0.3", "license": "MPL-2.0", "keywords": [ "firefox", "extension", "add-on", "search", "waterfox" ], "homepage": "https://github.com/istador/old-search-fixed/",