PasPlug

PasPlug

Plugin som endrer bredde på containere i planleggingsvinduet

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PasPlug",
  "version": "1.0.5",
  "description": "Plugin som endrer bredde på containere i planleggingsvinduet",
  "icons": {
    "48": "icon.png"
  },
  "author": {
    "email": "[email protected]",
    "name": "Roger Mathisen"
  },
  "background": {
    "service_worker": "timerinactive.js"
  },
  "permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://pastrans-nord.mq.nhn.no/planlegging/*",
        "https://pastrans-midt.mq.nhn.no/planlegging/*",
        "https://pastrans-vest.mq.nhn.no/planlegging/*",
        "https://pastrans-sor.mq.nhn.no/planlegging/*",
        "https://pastrans-ost.mq.nhn.no/planlegging/*",
        "https://nissy6.pasientreiser.nhn.no/planlegging/*"
      ],
      "js": [
        "planlegging.js"
      ]
    }
  ],
  "action": {
    "default_icon": "icon.png",
    "default_title": "PasPlug"
  }
}