Skip to content

Commit

Permalink
changes by Grzegorz Kubiak to support TB 68
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophKaser committed Jun 2, 2020
1 parent 8400318 commit 7cef1e0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
16 changes: 9 additions & 7 deletions chrome.manifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
content filter_button chrome/content/
skin filter_button classic/1.0 skin/
overlay chrome://messenger/content/messenger.xul chrome://filter_button/content/filter_button.xul
overlay chrome://global/content/customizeToolbar.xul chrome://filter_button/content/filter_button.xul
overlay chrome://messenger/content/FilterEditor.xul chrome://filter_button/content/filter_editor_overlay.xul
locale filter_button en-US chrome/locale/en-US/
locale filter_button de-DE chrome/locale/de-DE/
content filter_button chrome/content/

overlay chrome://messenger/content/messenger.xul chrome://filter_button/content/filter_button.xul
overlay chrome://global/content/customizeToolbar.xul chrome://filter_button/content/filter_button.xul
overlay chrome://messenger/content/FilterEditor.xul chrome://filter_button/content/filter_editor_overlay.xul

skin filter_button classic/1.0 skin/

locale filter_button en-US chrome/locale/en-US/
5 changes: 5 additions & 0 deletions chrome/locale/en-EN/strings.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
EmptyButtonLabel=No Filter
MultipleFiltersButtonLabel=Filter...
NoFilterTooltip=Create a manual filter for this message
FilterTooltip=Run this filter on this message
MultipleFiltersTooltip=Select a filter to run on this message
14 changes: 14 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"manifest_version": 2,
"name": "Filter Button",
"version": "1.2",
"description": "adds a Filter Button to the message toolbar",
"author": "Christoph Kaser, IconParc GmbH with modifications for TB 68.0 by Grzegorz Kubiak",
"legacy": true,
"applications": {
"gecko": {
"id": "filter_button@iconparc.de",
"strict_min_version": "60.0"
}
}
}

0 comments on commit 7cef1e0

Please sign in to comment.