forked from darktrojan/badge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.rdf
More file actions
47 lines (43 loc) · 1.67 KB
/
Copy pathinstall.rdf
File metadata and controls
47 lines (43 loc) · 1.67 KB
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
<?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>badge@darktrojan.net</em:id>
<em:version>2.1</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:name>Tab Badge</em:name>
<em:description>Adds a counter badge to your tabs - great for Facebook or Twitter notifications.</em:description>
<em:creator>Geoff Lankow</em:creator>
<em:optionsURL>about:tabbadge</em:optionsURL>
<em:optionsType>3</em:optionsType>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>42.0</em:minVersion>
<em:maxVersion>51.0a1</em:maxVersion>
</Description>
</em:targetApplication>
<em:localized>
<Description>
<em:locale>nl</em:locale>
<em:name>Tabblad-badge</em:name>
<em:description>Voegt een tellerbadge toe aan uw tabbladen - geweldig voor Facebook- of Twitter-meldingen.</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>zh-CN</em:locale>
<em:name>Tab Badge</em:name>
<em:description>添加一个计数器标志到标签页 - 提供 Facebook 和 Twitter 的消息通知</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>zh-TW</em:locale>
<em:name>Tab Badge</em:name>
<em:description>在您的分頁標籤加上計數徽章--和 Facebook 或 Twitter 的通知功能非常搭配!</em:description>
</Description>
</em:localized>
</Description>
</RDF>