Lançamento da versão 1.0.10

This commit is contained in:
2026-08-28 10:39:51 -03:00
parent 904e210ac8
commit 086cad88f5
11 changed files with 476 additions and 65 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Arch Panel",
"version": "1.0.7",
"version": "1.0.10",
"description": "Insere o botao Arch panel no header do Oracle Workload Workbench.",
"permissions": [
"declarativeNetRequestWithHostAccess",
@@ -10,6 +10,7 @@
],
"host_permissions": [
"https://comcipapic-oalprod.integration.ocp.oraclecloud.com/*",
"https://*.oraclecloud.com/*",
"https://eeho.fa.us2.oraclecloud.com/*",
"https://spa.oracle.com/*",
"https://worklist.oracle.com/*"
@@ -31,8 +32,8 @@
},
{
"matches": [
"https://spa.oracle.com/oalcrm/web/api/g2m-consumer-application/ui/index.html*",
"https://eeho.fa.us2.oraclecloud.com/hcmUI/faces/FuseWelcome*"
"https://eeho.fa.us2.oraclecloud.com/hcmUI/faces/FuseWelcome*",
"https://eeho.fa.us2.oraclecloud.com/fscmUI/faces/FuseWelcome*"
],
"css": [
"src/content/styles.css"
@@ -74,6 +75,7 @@
"page-bridge.js"
],
"matches": [
"https://*.oraclecloud.com/*",
"https://eeho.fa.us2.oraclecloud.com/*",
"https://spa.oracle.com/*"
]