fune/browser/extensions/activity-stream/install.rdf.in
Ed Lee 169d43a92f Bug 1459655 - Restore about flag for about:home. r=k88hudson
MozReview-Commit-ID: GLdEBW8ewDd

--HG--
extra : rebase_source : 2b953784801a7c1f119bc43f4a13c4504b7f5cd2
2018-05-11 12:05:44 -07:00

24 lines
988 B
XML

<?xml version="1.0" encoding="utf-8"?>
#filter substitution
<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>activity-stream@mozilla.org</em:id>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:unpack>false</em:unpack>
<em:version>2018.05.11.1144-66b23ff4</em:version>
<em:name>Activity Stream</em:name>
<em:description>A rich visual history feed and a reimagined home page make it easier than ever to find exactly what you're looking for in Firefox.</em:description>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>@MOZ_APP_VERSION@</em:minVersion>
<em:maxVersion>@MOZ_APP_MAXVERSION@</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>