-
Notifications
You must be signed in to change notification settings - Fork 14
/
install.rdf.snapshot
28 lines (26 loc) · 1.18 KB
/
install.rdf.snapshot
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
<?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>[email protected]</em:id>
<em:name>The Tabulator Extension (snapshot)</em:name>
<em:type>2</em:type>
<em:version>@@REV@@</em:version>
<em:description>A Data Browser, a user interface to the Semantic Web.
Upgrades Firefox to be able to handle data as well as documents.
Integrates data from many sources within the browser.
Under development, experimental.
</em:description>
<em:creator>The Tabulator Team</em:creator>
<em:homepageURL>http://tabulator.org/</em:homepageURL>
<em:updateURL>http://tabulator.org/update?id=%ITEM_ID%&status=%ITEM_STATUS%&version=%ITEM_VERSION%&app_id=%APP_ID%&app_version=%APP_VERSION%&app_os=%APP_OS%</em:updateURL>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>14.*.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:unpack>true</em:unpack>
</Description>
</RDF>