mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-22 16:23:57 +01:00
48 lines
1.6 KiB
Diff
48 lines
1.6 KiB
Diff
--- work/cookies_exportimport-1.0/install.rdf
|
|
+++ work/cookies_exportimport-1.0/install.rdf
|
|
@@ -1,23 +1,22 @@
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
-<r:RDF xmlns="http://www.mozilla.org/2004/em-rdf#"
|
|
- xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
- <r:Description about="urn:mozilla:install-manifest">
|
|
- <creator>Ewind</creator>
|
|
- <id>CookiesIE@yahoo.com</id>
|
|
- <name>Cookies Export/import</name>
|
|
- <description>Export/import cookies</description>
|
|
- <version>1.0</version>
|
|
-
|
|
- <bootstrap>true</bootstrap>
|
|
- <type>2</type>
|
|
-
|
|
- <!-- Firefox -->
|
|
- <targetApplication>
|
|
- <r:Description>
|
|
- <id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
|
|
- <minVersion>4.0</minVersion>
|
|
- <maxVersion>10.0a1</maxVersion>
|
|
- </r:Description>
|
|
- </targetApplication>
|
|
- </r:Description>
|
|
-</r:RDF>
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
+<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:creator>Ewind</em:creator>
|
|
+ <em:id>CookiesIE@yahoo.com</em:id>
|
|
+ <em:name>Cookies Export/import</em:name>
|
|
+ <em:description>Export/import cookies</em:description>
|
|
+ <em:version>1.0</em:version>
|
|
+
|
|
+ <em:bootstrap>true</em:bootstrap>
|
|
+ <em:type>2</em:type>
|
|
+
|
|
+ <!-- Firefox -->
|
|
+ <em:targetApplication>
|
|
+ <Description>
|
|
+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
|
+ <em:minVersion>4.0</em:minVersion>
|
|
+ <em:maxVersion>10.0a1</em:maxVersion>
|
|
+ </Description>
|
|
+ </em:targetApplication>
|
|
+ </Description>
|
|
+</RDF>
|