fix: add missing permission for chrome storage

(cherry picked from commit 3fb0e1eb0f80cdb84fce6c2eb2a12a028beb1f0b)
This commit is contained in:
Jixun 2021-12-20 19:13:17 +00:00 committed by MengYX
parent f414f978b4
commit f94266bacc
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with 1 additions and 0 deletions

View File

@ -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",