initial draft
This commit is contained in:
@@ -16,11 +16,19 @@
|
||||
"https://*.mocoapp.com/*",
|
||||
"background",
|
||||
"storage",
|
||||
"tabs"
|
||||
"tabs",
|
||||
"https://*/"
|
||||
],
|
||||
"optional_permissions": [
|
||||
"*://*/"
|
||||
],
|
||||
"background": {
|
||||
"scripts": [
|
||||
// "node_modules/jquery/dist/jquery.min.js",
|
||||
// "node_modules/select2/select2.js",
|
||||
"background.js"
|
||||
]
|
||||
},
|
||||
"browser_action": {
|
||||
"default_icon": "src/images/logo.png",
|
||||
"default_title": "MOCO Time Tracking",
|
||||
|
||||
Reference in New Issue
Block a user