Implementação inicial do Manage time

This commit is contained in:
Paulo Porto
2026-05-03 23:41:52 -03:00
parent cc209d19cc
commit 551854ee14
3 changed files with 3484 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Arch Panel Injector",
"version": "1.0.11",
"version": "1.0.73",
"description": "Insere o botao Arch panel no header do Oracle Workload Workbench.",
"permissions": [
"cookies",
@@ -9,7 +9,8 @@
"tabs"
],
"host_permissions": [
"https://comcipapic-oalprod.integration.ocp.oraclecloud.com/*"
"https://comcipapic-oalprod.integration.ocp.oraclecloud.com/*",
"https://spa.oracle.com/*"
],
"background": {
"service_worker": "background.js"
@@ -48,3 +49,65 @@