1
# CookieKeeper - a Mozilla add-on
2
# (c) 2013-2016 Yvon TANGUY
4
# ***** BEGIN LICENSE BLOCK **********************************************
6
# This Source Code Form is subject to the terms of the Mozilla Public
7
# License, v. 2.0. If a copy of the MPL was not distributed with this
8
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
# ***** END LICENSE BLOCK **********************************************
12
# Manifest for each applications
13
# Needed because K-Meleon don't respect the condition "os=WinNT"
16
manifest kmeleon.manifest application={944df56f-c0ec-4d7b-94b6-f625c8cc96ea}
17
manifest firefox.manifest application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
18
manifest thunderbird.manifest application={3550f703-e582-4d05-9a08-453d09bdfdc6}
19
manifest seamonkey.manifest application={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
20
manifest palemoon.manifest application={8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}
1
content cookiekeeper chrome/content/
2
content cookiekeeper_icons chrome/icons/
4
skin cookiekeeper classic/1.0 chrome/skin/
6
skin cookiekeeper_os classic/1.0 chrome/skin/unix/
7
skin cookiekeeper_os classic/1.0 chrome/skin/osx/ os=Darwin
8
skin cookiekeeper_os classic/1.0 chrome/skin/windows/ os=WinNT
10
locale cookiekeeper en chrome/locale/en/
11
locale cookiekeeper fr chrome/locale/fr/
b'\\ No newline at end of file'