forked from firefox-desktop/desktop
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathinstall.rdf
91 lines (91 loc) · 3.77 KB
/
install.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?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:id>SStart@Off.JustOff</em:id>
<em:version>2.1.6</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:name>Speed Start</em:name>
<em:description>Speed Dial & Start Page with flexible layout for fast access to sites via visual bookmarks</em:description>
<em:creator>Off JustOff <Off.Just.Off@gmail.com></em:creator>
<em:contributor>telega</em:contributor>
<em:contributor>rtimush</em:contributor>
<em:homepageURL>https://github.com/JustOff/speed-start</em:homepageURL>
<em:updateURL>https://raw.githubusercontent.com/JustOff/speed-start/master/update.xml</em:updateURL>
<em:optionsURL>chrome://sstart/content/options.xul</em:optionsURL>
<em:localized>
<Description>
<em:locale>es</em:locale>
<em:name>Speed Start</em:name>
<em:description>Una página de inicio con diseño personalizable para un rápido acceso a sitios web mediante marcadores visuales</em:description>
<em:translator>José Labán de la Vega</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>fr</em:locale>
<em:name>Speed Start</em:name>
<em:description>Speed Dial et Start Page avec un agencement modulable pour un accès rapide aux sites par des marque-pages visuels</em:description>
<em:translator>TMTisFree</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>pt</em:locale>
<em:name>Speed Start</em:name>
<em:description>Ligação rápida e página inicial com disposição flexível para um acesso mas rápido aos sites através de marcadores visíveis</em:description>
<em:translator>Sérgio Marques</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>ru</em:locale>
<em:name>Speed Start</em:name>
<em:description>Стартовая страница с настраиваемым дизайном для быстрого доступа к сайтам с помощью визуальных закладок (Speed Dial & Start Page)</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>sv-SE</em:locale>
<em:name>Speed Start</em:name>
<em:description>Startsida med flexibel layout, för snabb åtkomst till webbplatser via visuella bokmärken</em:description>
<em:translator>Åke Engelbrektson</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>uk-UA</em:locale>
<em:name>Speed Start</em:name>
<em:description>Стартова сторінка з гнучким дизайном для швидкого доступу до сайтів за допомогою візуальних закладок (Speed Dial & Start Page)</em:description>
</Description>
</em:localized>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>24.0</em:minVersion>
<em:maxVersion>56.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>24.0</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.24</em:minVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>{a3210b97-8e8a-4737-9aa0-aa0e607640b9}</em:id>
<em:minVersion>1.0.0a1</em:minVersion>
<em:maxVersion>1.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>