chore: replace url to old github project (fix #53)

This commit is contained in:
鲁树人
2023-07-15 20:10:07 +01:00
parent 0e0cf234b5
commit 6f405b5e06
7 changed files with 110 additions and 47 deletions

View File

@@ -6,11 +6,13 @@
"128": "./img/icons/msapplication-icon-144x144.png"
},
"description": "在任何设备上解锁已购的加密音乐!",
"permissions": ["storage"],
"permissions": [
"storage"
],
"offline_enabled": true,
"options_page": "./index.html",
"homepage_url": "https://github.com/ix64/unlock-music",
"homepage_url": "https://git.unlock-music.dev/um/web",
"browser_action": {
"default_popup": "./popup.html"
}
}
}