Mount Bubble only for configured services

This commit is contained in:
Manuel Bouza
2019-02-05 18:19:11 +01:00
parent ed711c954e
commit 73e0c47833
16 changed files with 1331 additions and 116 deletions

View File

@@ -25,6 +25,12 @@
"background": {
"scripts": ["background.js"]
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"]
}
],
"browser_action": {
"default_icon": "src/images/logo.png",
"default_title": "MOCO Time Tracking",