pluginRegistry.json 488 B

1234567891011121314151617
  1. {
  2. "dashboard": {
  3. "name": "dashboard",
  4. "url": "https://customercentral-dashboard.oracle.com/",
  5. "path": "/"
  6. },
  7. "plugin-a": {
  8. "name": "plugin-a",
  9. "url": "https://customercentral-plugin-a.oracle.com/",
  10. "path": "/plugin-a"
  11. },
  12. "invoices": {
  13. "name": "invoices",
  14. "url": "https://accountdashboard-dev2.oraclecorp.com/app/paymentcenter/?_ojCoreRouter=invoices&showHeader=false",
  15. "path": "/invoices"
  16. }
  17. }