diff options
author | JustOff <Off.Just.Off@gmail.com> | 2020-10-16 20:00:46 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2020-10-16 20:00:46 +0300 |
commit | 4c271e220d5f09a3f8163b9df92012de3097507d (patch) | |
tree | 25efe5b3fa0a63f05848ea01bcdbc136ec8020fe /install.rdf | |
parent | eb39ccde5028dadb8d7f91981c78a37a0f8b0370 (diff) | |
download | github-wc-polyfill-4c271e220d5f09a3f8163b9df92012de3097507d.tar.gz |
Add Basilisk support
Related issue: #1.
Diffstat (limited to 'install.rdf')
-rw-r--r-- | install.rdf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/install.rdf b/install.rdf index 23d740c..6f3fa8b 100644 --- a/install.rdf +++ b/install.rdf @@ -5,6 +5,7 @@ <em:version>1.0.2</em:version> <em:type>2</em:type> <em:bootstrap>true</em:bootstrap> + <em:strictCompatibility>true</em:strictCompatibility> <em:name>GitHub Web Components Polyfill</em:name> <em:description>Provides Web Components Polyfill for GitHub</em:description> <em:creator>Off JustOff <Off.Just.Off@gmail.com></em:creator> @@ -18,5 +19,12 @@ <em:maxVersion>29.*</em:maxVersion> </Description> </em:targetApplication> + <em:targetApplication> + <Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>52.9.2020.10.05</em:minVersion> + <em:maxVersion>52.9.2021.*</em:maxVersion> + </Description> + </em:targetApplication> </Description> </RDF> |