|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
| 3 | + <Description about="urn:mozilla:install-manifest"> |
| 4 | + <!-- basic --> |
| 5 | + |
| 6 | + <em:type>2</em:type> |
| 7 | + <em:version>3.0.3</em:version> |
| 8 | + |
| 9 | + <!-- texts --> |
| 10 | + <em:name>Old Search Fixed 3</em:name> |
| 11 | + <em:creator>Robin Christopher Ladiges</em:creator> |
| 12 | + <em:translator>Robin Christopher Ladiges</em:translator> |
| 13 | + <em:description>Remembers the search engine selected by setting it as the default engine. Like before Firefox 43.</em:description> |
| 14 | + <em:homepageURL>https://github.com/istador/old-search-fixed/</em:homepageURL> |
| 15 | + <em:localized> |
| 16 | + <Description> |
| 17 | + <em:locale>de-DE</em:locale> |
| 18 | + <em:name>Old Search Fixed 3</em:name> |
| 19 | + <em:description>Merkt sich den ausgewählten Suchanbieter und setzt ihn als Standard. So wie vor Firefox 43.</em:description> |
| 20 | + </Description> |
| 21 | + </em:localized> |
| 22 | + |
| 23 | + <!-- icon --> |
| 24 | + <em:iconURL>resource://old-search-fixed-at-blackpinguin-dot-de/data/icon-48.png</em:iconURL> |
| 25 | + <em:icon64URL>resource://old-search-fixed-at-blackpinguin-dot-de/data/icon-64.png</em:icon64URL> |
| 26 | + |
| 27 | + <!-- technical --> |
| 28 | + <em:bootstrap>true</em:bootstrap> |
| 29 | + <em:hasEmbeddedWebExtension>false</em:hasEmbeddedWebExtension> |
| 30 | + <em:multiprocessCompatible>true</em:multiprocessCompatible> |
| 31 | + <em:optionsType>2</em:optionsType> |
| 32 | + <em:skinnable>false</em:skinnable> |
| 33 | + <em:strictCompatibility>false</em:strictCompatibility> |
| 34 | + <em:unpack>false</em:unpack> |
| 35 | + <em:updateURL>https://xpi.blackpinguin.de/old-search-fixed/updates.rdf</em:updateURL> |
| 36 | + |
| 37 | + <!-- Firefox --> |
| 38 | + <em:targetApplication> |
| 39 | + <Description> |
| 40 | + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
| 41 | + <em:minVersion>56.0</em:minVersion> |
| 42 | + <em:maxVersion>*</em:maxVersion> |
| 43 | + </Description> |
| 44 | + </em:targetApplication> |
| 45 | + </Description> |
| 46 | +</RDF> |
0 commit comments