Added import feature.

This commit is contained in:
2018-11-11 15:12:26 -06:00
parent b1e4119565
commit 3cb7ee5324
16 changed files with 110 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": " Easy Session Manager",
"version": "0.0.1",
"version": "0.0.2",
"description": " Easy Session Manager allows you to manage your Firefox session by backing up or loading your saved sessions.",
"applications": {
@@ -23,6 +23,8 @@
"unlimitedStorage"
],
"background": { "page": "pages/import.html" },
"browser_action": {
"default_icon": "images/icons/sessionManager.png",
"default_title": " Easy Session Manager",