83 lines
2.4 KiB
JSON
83 lines
2.4 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Arch Panel",
|
|
"version": "1.0.6",
|
|
"description": "Insere o botao Arch panel no header do Oracle Workload Workbench.",
|
|
"permissions": [
|
|
"declarativeNetRequestWithHostAccess",
|
|
"scripting",
|
|
"tabs"
|
|
],
|
|
"host_permissions": [
|
|
"https://comcipapic-oalprod.integration.ocp.oraclecloud.com/*",
|
|
"https://eeho.fa.us2.oraclecloud.com/*",
|
|
"https://spa.oracle.com/*",
|
|
"https://worklist.oracle.com/*"
|
|
],
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://spa.oracle.com/oalcrm/web/api/g2m-consumer-application/ui/index.html*"
|
|
],
|
|
"js": [
|
|
"page-bridge.js"
|
|
],
|
|
"run_at": "document_start",
|
|
"all_frames": true,
|
|
"world": "MAIN"
|
|
},
|
|
{
|
|
"matches": [
|
|
"https://spa.oracle.com/oalcrm/web/api/g2m-consumer-application/ui/index.html*",
|
|
"https://eeho.fa.us2.oraclecloud.com/hcmUI/faces/FuseWelcome*"
|
|
],
|
|
"css": [
|
|
"src/content/styles.css"
|
|
],
|
|
"js": [
|
|
"src/shared/config.js",
|
|
"src/shared/utils.js",
|
|
"src/services/preferences-service.js",
|
|
"src/services/storage-service.js",
|
|
"src/services/chrome-service.js",
|
|
"src/services/transport-service.js",
|
|
"src/repositories/cache-repository.js",
|
|
"src/repositories/workbench-repository.js",
|
|
"src/repositories/comcip-repository.js",
|
|
"src/domain/ramp-forecast.js",
|
|
"src/domain/workload-dataset.js",
|
|
"src/domain/workload-calendar.js",
|
|
"src/domain/time-management.js",
|
|
"src/domain/time-management-data.js",
|
|
"src/content/shell-view.js",
|
|
"src/content/templates.js",
|
|
"src/content/hcm-page.js",
|
|
"src/content/modal-events.js",
|
|
"src/content/workbench-controller.js",
|
|
"src/content/manage-time-controller.js",
|
|
"src/content/export-html.js",
|
|
"src/views/render-helpers.js",
|
|
"src/views/dashboard-view.js",
|
|
"src/views/workbench-modals-view.js",
|
|
"src/views/manage-time-view.js",
|
|
"content-script.js"
|
|
],
|
|
"run_at": "document_start"
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": [
|
|
"page-bridge.js"
|
|
],
|
|
"matches": [
|
|
"https://eeho.fa.us2.oraclecloud.com/*",
|
|
"https://spa.oracle.com/*"
|
|
]
|
|
}
|
|
]
|
|
}
|