Browse Source
fix: add missing permission for chrome storage
(cherry picked from commit 3fb0e1eb0f80cdb84fce6c2eb2a12a028beb1f0b)
20230320
Jixun
3 years ago
committed by
MengYX
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
1 changed files with
1 additions and
0 deletions
-
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", |
|
|
|