Applied Epic Extension

Applied Epic Extension

Support advanced functionality while working in Applied Epic.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "default_locale": "en",
  "author": "Applied Systems",
  "description": "__MSG_extDescription__",
  "version": "3.16.3",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "manifest_version": 2,
  "permissions": [
    "nativeMessaging",
    "management",
    "cookies",
    "*://*.appliedepic.com/*"
  ],
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.appliedepic.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}