DM Developer

DM Developer

This add-on gives Digital Measures developers UI features to enhance the administrative/support backend of DM's AI. Requires backend access to AI.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "DM Developer",
  "version": "23.1.19",
  "description": "Makes the world a better place.  Enhances developer use of Activity Insight.",
  "icons": {
    "48": "resources/orangeblocks48.png",
    "500": "resources/orangeblocks500.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.digitalmeasures.com/login/*"
      ],
      "js": [
        "scripts/jquery/js/jquery-3.3.1.min.js",
        "scripts/Common.js",
        "scripts/purify.min.js",
        "scripts/elementReady.js",
        "scripts/jquery/js/datatables.js",
        "scripts/EditWindwardReport.js",
        "scripts/InstrumentManagement.js",
        "scripts/InternalizeNavBar.js",
        "scripts/RunReportsFilter.js",
        "scripts/InstrumentTools.js",
        "scripts/FormatReportList.js",
        "scripts/TaskListColors.js",
        "scripts/SaveComplete.js",
        "scripts/adhoc.js",
        "scripts/TM-InstrumentToolsLinks.js",
        "scripts/TM-RoutingLinks.js",
        "scripts/TM-FocusManager.js",
        "scripts/TaskManager.js",
        "scripts/clickSave.js",
        "scripts/Import.js",
        "scripts/DeleteRecords.js",
        "scripts/ManageSecurity.js"
      ],
      "css": [
        "scripts/jquery/css/datatables.css",
        "scripts/jquery/css/styles.css"
      ]
    }
  ],
  "options_ui": {
    "page": "settings/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "500": "resources/orangeblocks500.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "{01996e5e-f236-4d64-ae53-1ef5b2fb36aa}"
    }
  },
  "web_accessible_resources": [
    "resources/img/*.svg"
  ]
}