minor changes

Added highlight for warranty repairs
Updated 'update' buttons to use local image
Begin work on fancy notifications
This commit is contained in:
2021-10-02 13:42:56 -04:00
parent 83ac9e687c
commit 98054b28f1
5 changed files with 249 additions and 140 deletions
+31 -15
View File
@@ -1,15 +1,31 @@
{
"manifest_version": 3,
"name": "ServiceHub Plus",
"version": "0.1.2",
"description": "Improvements to Service Hub for TRG techs",
"content_scripts": [
{
"css": ["style.css"],
"js": ["script.js"],
"matches": ["https://portal.trgrepair.com/*"]
}
]
}
{
"manifest_version": 3,
"name": "ServiceHub+",
"author": "Charles Danesi",
"homepage_url": "https://charlesdanesi.net",
"version": "0.1.3",
"description": "Improvements to Service Hub for TRG techs",
"content_scripts": [
{
"css": ["style.css"],
"js": ["script.js"],
"matches": ["https://portal.trgrepair.com/*"]
}
],
"web_accessible_resources": [
{
"resources": [
"fonts/MaterialIcons-Regular.ttf",
"fonts/MaterialIconsOutlined-Regular.otf",
"img/autorenew.png"
],
"matches": ["<all_urls>"],
"extensions": ["lmeeejhdmpakenhgdfmgjcbdmeppjpam"]
}
],
"permissions": ["storage", "activeTab", "scripting"]
}