Annotation of checkyesss/src/install.rdf, revision 1.83
1.1 treitmay 1: <?xml version="1.0"?>
2: <!-- ***** BEGIN LICENSE BLOCK *****
3: - Version: MPL 1.1/GPL 2.0/LGPL 2.1
4: -
5: - The contents of this file are subject to the Mozilla Public License Version
6: - 1.1 (the "License"); you may not use this file except in compliance with
7: - the License. You may obtain a copy of the License at
8: - http://www.mozilla.org/MPL/
9: -
10: - Software distributed under the License is distributed on an "AS IS" basis,
11: - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12: - for the specific language governing rights and limitations under the
13: - License.
14: -
15: - The Original Code is CheckYesss.
16: -
17: - The Initial Developer of the Original Code is
18: - Thomas Reitmayr <treitmayr@yahoo.com>.
1.63 treitmay 19: - Portions created by the Initial Developer are Copyright (C) 2005-2008
1.2 treitmay 20: - the Initial Developer. All Rights Reserved.
1.1 treitmay 21: -
22: - Contributor(s):
23: - -
24: -
25: - Alternatively, the contents of this file may be used under the terms of
26: - either the GNU General Public License Version 2 or later (the "GPL"), or
27: - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28: - in which case the provisions of the GPL or the LGPL are applicable instead
29: - of those above. If you wish to allow use of your version of this file only
30: - under the terms of either the GPL or the LGPL, and not to allow others to
31: - use your version of this file under the terms of the MPL, indicate your
32: - decision by deleting the provisions above and replace them with the notice
33: - and other provisions required by the LGPL or the GPL. If you do not delete
34: - the provisions above, a recipient may use your version of this file under
35: - the terms of any one of the MPL, the GPL or the LGPL.
36: -
37: - ***** END LICENSE BLOCK ***** -->
38:
39:
40: <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
41: xmlns:em="http://www.mozilla.org/2004/em-rdf#">
42:
43: <Description about="urn:mozilla:install-manifest">
44: <em:id>{dbbdd4ec-1601-4ca9-87f3-98730c9fc8eb}</em:id>
1.83 ! treitmay 45: <em:version>0.6.31</em:version>
1.1 treitmay 46:
47: <!-- Firefox -->
48: <em:targetApplication>
49: <Description>
50: <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
51: <em:minVersion>0.7</em:minVersion>
1.80 treitmay 52: <em:maxVersion>3.5.*</em:maxVersion>
1.1 treitmay 53: </Description>
54: </em:targetApplication>
55:
56: <!-- Mozilla -->
57: <em:targetApplication>
58: <Description>
59: <em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
60: <em:minVersion>1.0</em:minVersion>
61: <em:maxVersion>1.8</em:maxVersion>
62: </Description>
63: </em:targetApplication>
64:
65: <!-- Netscape -->
66: <em:targetApplication>
67: <Description>
68: <em:id>{3db10fab-e461-4c80-8b97-957ad5f8ea47}</em:id>
69: <em:minVersion>8.0</em:minVersion>
70: <em:maxVersion>8.1</em:maxVersion>
71: </Description>
72: </em:targetApplication>
73:
1.55 treitmay 74: <!-- Thunderbird -->
75: <em:targetApplication>
76: <Description>
77: <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
78: <em:minVersion>2.0</em:minVersion>
1.82 treitmay 79: <em:maxVersion>3.0.*</em:maxVersion>
1.55 treitmay 80: </Description>
81: </em:targetApplication>
82:
1.1 treitmay 83: <!-- Front End MetaData -->
1.58 treitmay 84: <em:name>CheckYesss</em:name>
1.41 treitmay 85: <em:description>Guthaben-/Gebühren-/Gesprächsanzeige für Mobilfunk und VoIP</em:description>
1.1 treitmay 86: <em:creator>Thomas Reitmayr</em:creator>
1.2 treitmay 87: <em:homepageURL>http://checkyesss.mozdev.org/index.html</em:homepageURL>
1.64 treitmay 88: <em:updateURL>http://download.devbase.at/update.php?reqversion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&appid=%APP_ID%&appversion=%APP_VERSION%&appos=%APP_OS%&appabi=%APP_ABI%&status=%ITEM_STATUS%</em:updateURL>
1.1 treitmay 89:
90: <!-- Front End Integration Hooks (used by Extension Manager)-->
91: <em:aboutURL>chrome://checkyesss/content/about.xul</em:aboutURL>
1.10 treitmay 92: <em:iconURL>chrome://checkyesss/skin/logo.png</em:iconURL>
1.9 treitmay 93: <em:optionsURL>chrome://checkyesss/content/options.xul</em:optionsURL>
1.64 treitmay 94: <em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtQvotjI3/5HQ2brl4Z81RW/Y9u8EnICwUltixVozqLqIafy+JsN1Qw+kQ4Ldd0DciOGyjj/fkttlQ6YFfhRMvnqIw9jwNAXlf8xrW+WCSjm8fiikYBkA8GMuv5FJsi4HjkmVYe6+J/qtoD/wAKrHuIUMCt1Hr3HuIMccfY+0wiwIDAQAB"</em:updateKey>
1.1 treitmay 95:
96: <!-- Packages, Skins and Locales that this extension registers -->
97: <em:file>
1.10 treitmay 98: <Description about="urn:mozilla:extension:file:checkyesss.jar">
99: <em:package>content/</em:package>
100: <em:skin>skin/classic/</em:skin>
1.23 treitmay 101: <em:locale>locale/de-DE/</em:locale>
1.10 treitmay 102: </Description>
1.1 treitmay 103: </em:file>
104:
105: </Description>
106:
107: </RDF>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>