We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f906ce commit 27f56d8Copy full SHA for 27f56d8
background.js
@@ -90,7 +90,7 @@ function checkStoredSettings(storedSettings) {
90
chrome.storage.sync.get('storageProviders', createContextMenu);
91
} else {
92
chrome.storage.sync.set(defaultSettings);
93
- createContextMenu(defaultSettings.storageProviders);
+ createContextMenu(defaultSettings);
94
}
95
96
manifest.json
@@ -4,7 +4,7 @@
4
"name": "__MSG_extensionName__",
5
"description": "__MSG_extensionDescription__",
6
"author": "Andreas Bielawski",
7
- "version": "3.1.3",
+ "version": "3.1.4",
8
"icons": {
9
"16": "icons/16.png",
10
"32": "icons/32.png",
0 commit comments