Add Feature: Browser Extension

This commit is contained in:
MengYX
2021-02-08 01:28:30 +08:00
parent 0c5cae80f0
commit 221306f7c5
5 changed files with 39 additions and 1 deletions

15
extension-manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"manifest_version": 2,
"name": "音乐解锁",
"short_name": "音乐解锁",
"icons": {
"128": "./img/icons/msapplication-icon-144x144.png"
},
"description": "在任何设备上解锁已购的加密音乐!",
"offline_enabled": true,
"options_page": "./index.html",
"homepage_url": "https://github.com/ix64/unlock-music",
"browser_action": {
"default_popup": "./popup.html"
}
}