minor changes
Added highlight for warranty repairs Updated 'update' buttons to use local image Begin work on fancy notifications
This commit is contained in:
+31
-15
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user