public
Description: A Unified Notification System for the Web
Homepage: http://abcdefu.wordpress.com
Clone URL: git://github.com/abi/Yip.git
Yip / install.rdf
100755 29 lines (25 sloc) 1.259 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
 
<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>yip@foyrek.com</em:id>
    <em:version>0.2</em:version>
 
    <!-- Target Application this extension can install into,
         with minimum and maximum supported versions. -->
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>3.0</em:minVersion>
        <em:maxVersion>3.6a1pre</em:maxVersion>
      </Description>
    </em:targetApplication>
   
    <!-- Front End MetaData -->
    <em:name>Yip</em:name>
    <em:description>Notifications for Web Apps</em:description>
    <em:creator>Abimanyu Raja</em:creator>
    <em:iconURL>chrome://yip/content/images/icon.png</em:iconURL>
    <em:homepageURL>http://www.abi.sh</em:homepageURL>
    <em:updateURL>http://www.foyrek.com/yip/update.rdf</em:updateURL>
    <em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCxTfPIbnVZ6apY54iHhI2Ie6pnextOfWz5bKKV0ixoyHay+f3s/vzGfBTxrNx/J2pvxtXWSP3Q/aApy168WytcMKlr2kM9vtWHJTleqYcWLMd2vfwO9owXrnoC7eCq1AX7j8KlCzbiUX/A1hWwTOH1+RMH7e7FXStQaUwE3Zhb/QIDAQAB</em:updateKey>
  </Description>
</RDF>