Browse Source

Add Basilisk support.

Ascrod 4 years ago
parent
commit
2a086cf006
1 changed files with 10 additions and 0 deletions
  1. 10 0
      install.rdf

+ 10 - 0
install.rdf

@@ -13,6 +13,7 @@
         <em:homepageURL>https://github.com/ascrod/aboutrobots</em:homepageURL>
         <em:iconURL>chrome://aboutrobots/content/aboutRobots-icon.png</em:iconURL>
         <em:description>I, for one, welcome our new robot overlords.</em:description>
+        <!-- Pale Moon -->
         <em:targetApplication>
             <Description>
                 <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
@@ -20,5 +21,14 @@
                 <em:maxVersion>28.*</em:maxVersion>
             </Description>
         </em:targetApplication>
+        <!-- Basilisk -->
+        <em:targetApplication>
+            <Description>
+                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+                <em:minVersion>52.9</em:minVersion>
+                <em:maxVersion>52.*</em:maxVersion>
+                <em:basilisk>true</em:basilisk>
+            </Description>
+        </em:targetApplication>
     </Description>
 </RDF>