1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-10-08 00:45:13 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

倒计时功能 初版完成

This commit is contained in:
simonzhangs
2022-02-03 20:46:59 +08:00
parent 839518f25d
commit 7354bf65ed
7 changed files with 738 additions and 49 deletions

View File

@@ -1,12 +1,11 @@
{
"name":"助手-pomodoro",
"description":"manage your time",
"version":"0.1",
"version":"0.3",
"manifest_version":3,
"background":{
"service_worker":"./assets/js/background.js"
"service_worker":"background.js"
},
"options_page": "./assets/html/options.html",
"permissions":["storage","activeTab", "scripting","notifications","alarms", "contextMenus"],
"action":{
"default_popup":"popup.html",