Updating for Firefox AMO

This commit is contained in:
Maxim Stewart 2019-05-04 00:49:56 -05:00
parent 8505d1ee45
commit b7776bf060
3 changed files with 8 additions and 4 deletions

View File

@ -4,9 +4,8 @@ Easy Session Manager allows you to manage your Firefox session by backing up or
# Download # Download
https://addons.mozilla.org/en-US/firefox/addon/easy-session-manager/ https://addons.mozilla.org/en-US/firefox/addon/easy-session-manager/
# Version: 0.2.1.1 # Version: 0.2.1.2
Added alert when session is empty and trying to load it. Updating for Firefox AMO
Cleaned up alert window logic.
# Images # Images
![1 Default interface with no sessions. ](images/pic1.png) ![1 Default interface with no sessions. ](images/pic1.png)

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": " Easy Session Manager", "name": " Easy Session Manager",
"version": "0.2.1.1", "version": "0.2.1.2",
"description": " Easy Session Manager allows you to manage your Firefox session by backing up or loading your saved sessions.", "description": " Easy Session Manager allows you to manage your Firefox session by backing up or loading your saved sessions.",
"applications": { "applications": {

5
src/scripts/require.js Normal file

File diff suppressed because one or more lines are too long