ALICE Grid

ALICE Grid

ALICE Grid add-on provides an overview of the current status of the ALICE Grid and the subscribed site list.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "AliMonitor",
  "description": "AliMonitor Extension",
  "version": "0.0.4",
  "manifest_version": 2,
  "homepage_url": "https://gitlab.cern.ch/kwijethu/alimonitor-browser-extension",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "AliMonitor",
    "default_icon": {
      "48": "./images/ml2.png",
      "96": "./images/ml2.png"
    }
  },
  "icons": {
    "48": "./images/ml2.png",
    "96": "./images/ml2.png"
  },
  "permissions": [
    "alarms",
    "activeTab",
    "https://alimonitor.cern.ch/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3fb75343-785f-46b1-9dd1-be7b05f7f8d1}"
    }
  }
}