aboutsummaryrefslogtreecommitdiffstats
path: root/platform/firefox/install.rdf
diff options
context:
space:
mode:
authorDeathamns <deathamns@gmail.com>2014-12-16 17:02:26 +0100
committerDeathamns <deathamns@gmail.com>2015-01-13 07:29:06 +0100
commit45137c2be9fb421f8cd4e37ee549b54a62475d3e (patch)
treeb13896159bdaf081c7888733059249684d396baa /platform/firefox/install.rdf
parentec69a50101a5d98a3b51117cabd8c0873687238a (diff)
downloaduBlock-45137c2be9fb421f8cd4e37ee549b54a62475d3e.zip
uBlock-45137c2be9fb421f8cd4e37ee549b54a62475d3e.tar.gz
uBlock-45137c2be9fb421f8cd4e37ee549b54a62475d3e.tar.bz2
Firefox: update manifest files when building
Diffstat (limited to 'platform/firefox/install.rdf')
-rw-r--r--platform/firefox/install.rdf14
1 files changed, 7 insertions, 7 deletions
diff --git a/platform/firefox/install.rdf b/platform/firefox/install.rdf
index ca810e3..0ba0016 100644
--- a/platform/firefox/install.rdf
+++ b/platform/firefox/install.rdf
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.mozilla.org/2004/em-rdf#">
<r:Description about="urn:mozilla:install-manifest">
- <id>{2b10c1c8-a11f-4bad-fe9c-1c11e82cac42}</id>
- <version>0.7.2.0</version>
- <name>µBlock</name>
- <description>Finally, an efficient blocker. Easy on CPU and memory.</description>
+ <id>{{2b10c1c8-a11f-4bad-fe9c-1c11e82cac42}}</id>
+ <version>{version}</version>
+ <name>{name}</name>
+ <description>{description}</description>
<homepageURL>https://github.com/gorhill/uBlock</homepageURL>
- <creator>Raymond Hill</creator>
+ <creator>{author}</creator>
<type>2</type>
<bootstrap>true</bootstrap>
<multiprocessCompatible>true</multiprocessCompatible>
@@ -16,7 +16,7 @@
<!-- Firefox -->
<targetApplication>
<r:Description>
- <id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
+ <id>{{ec8030f7-c20a-464f-9b0e-13a3a9e97384}}</id>
<minVersion>29.0</minVersion>
<maxVersion>37.0</maxVersion>
</r:Description>
@@ -25,7 +25,7 @@
<!-- SeaMonkey -->
<targetApplication>
<r:Description>
- <id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</id>
+ <id>{{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}}</id>
<minVersion>2.26</minVersion>
<maxVersion>2.34</maxVersion>
</r:Description>