WIP: Shadow DOM

This commit is contained in:
Manuel Bouza
2019-02-19 15:32:53 +01:00
parent dd4fa996e8
commit a9007b825e
21 changed files with 251 additions and 220 deletions

View File

@@ -28,7 +28,8 @@
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"]
"js": ["content.js"],
"css": ["styles.css"]
}
],
"browser_action": {
@@ -36,7 +37,7 @@
"default_title": "MOCO Time Tracking",
"default_popup": "popup.html"
},
"web_accessible_resources": ["src/images/*"],
"web_accessible_resources": ["src/images/*", "content.css"],
"commands": {
"_execute_browser_action": {
"suggested_key": {