initial commit
Create framework for Chrome extension and global button styles
This commit is contained in:
@@ -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/*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user