OIC Autosaver Firefox

Examine source code of OIC Autosaver

Inspect and view changes in OIC Autosaver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OIC Autosaver",
  "version": "1.0",
  "description": "Autosaver for Oracle Integration Cloud (OIC)",
  "author": "Bhavesh Bhanushali (xlm13x)",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/src/js/jquery.js",
        "/src/js/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "src/img/icon16.png",
    "default_popup": "src/html/popup.html"
  },
  "icons": {
    "16": "src/img/icon16.png",
    "48": "src/img/icon48.png",
    "128": "src/img/icon128.png"
  },
  "background": {
    "scripts": [
      "src/js/content.js"
    ]
  },
  "permissions": [
    "storage"
  ]
}

Best OIC Autosaver Alternatives

Here are some Firefox add-ons that are similar to OIC Autosaver: