~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/chrome.manifest

  • Committer: Yvon TANGUY
  • Date: 2014-04-09 19:37:40 UTC
  • Revision ID: vono@vono.zsh.jp-20140409193740-1cqp6j5bgei4g91n
Fix #1305252 : Regression: preference extensions.cookiekeeper.version not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# CookieKeeper - a Mozilla add-on
2
 
# (c) 2013-2016 Yvon TANGUY
3
 
#
4
 
# ***** BEGIN LICENSE BLOCK **********************************************
5
 
#
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/.
9
 
#
10
 
#  ***** END LICENSE BLOCK **********************************************
11
 
#
12
 
# Manifest for each applications
13
 
# Needed because K-Meleon don't respect the condition "os=WinNT"
14
 
#
15
 
 
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/
 
3
# Common skins
 
4
skin    cookiekeeper classic/1.0        chrome/skin/
 
5
# OS specific skins
 
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
 
9
# Locales
 
10
locale  cookiekeeper en                 chrome/locale/en/
 
11
locale  cookiekeeper fr                 chrome/locale/fr/
 
 
b'\\ No newline at end of file'