This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
forked from Ericsson/exchangecalendar
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#277 Compatibility with Thunderbird 67 and newer versions
* Refactor `install.rdf` to `manifest.json`.
- Loading branch information
1 parent
8bae4af
commit b7b5922
Showing
5 changed files
with
21 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
/install.rdf | ||
/exchangecalendar-v*.xpi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"manifest_version": 2, | ||
"applications": { | ||
"gecko": { | ||
"id": "github.com_exchangecalendar@community.invalid", | ||
"strict_min_version": "68.0" | ||
} | ||
}, | ||
"name": "Exchange Calendar", | ||
"description": "Synchronize calendars, tasks, and contacts with Microsoft Exchange.", | ||
"version": "4.0.0.5", | ||
"version_name": "4.0.0-beta5", | ||
"icons": { | ||
"32": "common/theme/common/images/lightningexchangecalendar.png" | ||
}, | ||
"homepage_url": "https://github.com/ExchangeCalendar/exchangecalendar", | ||
"author": "ExchangeCalendar community" | ||
} |