mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
Minor 1.4 (#16)
- Added ability to disable tabs loading on restoring (#10) - Extension optimization - Added "Contributors" page link - Updated README.md Co-authored-by: Amine A. <15179425+AmineI@users.noreply.github.com> Co-Authored-By: Michael Gordeev <michael@xfox111.net>
This commit is contained in:
+3
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Tabs Aside",
|
||||
"version": "1.3.1",
|
||||
"version": "1.4",
|
||||
"manifest_version": 2,
|
||||
"description": "Classic Microsoft Edge \"Tabs Aside\" feature for Chromium browsers",
|
||||
"author": "Michael \"XFox\" Gordeev",
|
||||
@@ -8,6 +8,7 @@
|
||||
[
|
||||
"tabs",
|
||||
"unlimitedStorage",
|
||||
"storage",
|
||||
"<all_urls>"
|
||||
],
|
||||
|
||||
@@ -24,6 +25,6 @@
|
||||
"background":
|
||||
{
|
||||
"scripts": [ "js/background.js" ],
|
||||
"persistent": true
|
||||
"persistent": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user