From f94266baccbebeb2af456e4b3e71ea14cbf10161 Mon Sep 17 00:00:00 2001 From: Jixun Date: Mon, 20 Dec 2021 19:13:17 +0000 Subject: [PATCH] fix: add missing permission for chrome storage (cherry picked from commit 3fb0e1eb0f80cdb84fce6c2eb2a12a028beb1f0b) --- extension-manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/extension-manifest.json b/extension-manifest.json index ffcf14f..eaa9512 100644 --- a/extension-manifest.json +++ b/extension-manifest.json @@ -6,6 +6,7 @@ "128": "./img/icons/msapplication-icon-144x144.png" }, "description": "在任何设备上解锁已购的加密音乐!", + "permissions": ["storage"], "offline_enabled": true, "options_page": "./index.html", "homepage_url": "https://github.com/ix64/unlock-music",