Skip to content

Commit

Permalink
Use old internal name in order to maintain compatibility with previou…
Browse files Browse the repository at this point in the history
…s versions
  • Loading branch information
fofajardo committed May 12, 2020
1 parent 0f29806 commit cecf0f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions src/chrome.manifest
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
#------------------------------------------------------------------------------
# Toolkit
#------------------------------------------------------------------------------
skin global moonscape chrome/global/
skin mozapps moonscape chrome/mozapps/
skin global moonscape-classic chrome/global/
skin mozapps moonscape-classic chrome/mozapps/

#------------------------------------------------------------------------------
# Application
#------------------------------------------------------------------------------
skin browser moonscape chrome/browser/
skin messenger moonscape chrome/messenger/
skin messenger-newsblog moonscape chrome/messenger-newsblog/
skin editor moonscape chrome/editor/
skin ambassador moonscape chrome/ambassador/
skin communicator moonscape chrome/communicator/
skin browser moonscape-classic chrome/browser/
skin messenger moonscape-classic chrome/messenger/
skin messenger-newsblog moonscape-classic chrome/messenger-newsblog/
skin editor moonscape-classic chrome/editor/
skin ambassador moonscape-classic chrome/ambassador/
skin communicator moonscape-classic chrome/communicator/

skin subskins moonscape chrome/subskins/
skin subskins moonscape-classic chrome/subskins/

#------------------------------------------------------------------------------
# OS-specific skin
#------------------------------------------------------------------------------
# Fallback skin for unmatched systems
skin os_target moonscape chrome/os_target/windows/
skin os_target moonscape-classic chrome/os_target/windows/

# Skin content overrides
skin os_target moonscape chrome/os_target/windows/ os=WINNT
skin os_target moonscape chrome/os_target/mac/ os=Darwin
skin os_target moonscape chrome/os_target/linux/ os=Linux
skin os_target moonscape-classic chrome/os_target/windows/ os=WINNT
skin os_target moonscape-classic chrome/os_target/mac/ os=Darwin
skin os_target moonscape-classic chrome/os_target/linux/ os=Linux

#------------------------------------------------------------------------------
# Overrides
Expand Down
2 changes: 1 addition & 1 deletion src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<em:skinnable>true</em:skinnable>

<!-- internalName must match the 'skinname' part of the relevant chrome.manifest directives in order for those mappings to be associated with this skin. -->
<em:internalName>moonscape</em:internalName>
<em:internalName>moonscape-classic</em:internalName>

<!-- Target Application(s) this extension can install into, with minimum and maximum supported versions. -->
<em:targetApplication>
Expand Down

0 comments on commit cecf0f3

Please sign in to comment.