initial commit

Create framework for Chrome extension and global button styles
This commit is contained in:
2021-09-01 06:50:18 -04:00
commit f62aae3da5
4 changed files with 40 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"manifest_version": 3,
"name": "ServiceHub Plus",
"version": "0.1.0",
"description": "Improvements for TRG Service Hub techs",
"content_scripts": [
{
"css": ["style.css"],
"js": ["script.js"],
"matches": ["https://portal.trgrepair.com/*"]
}
]
}