HF & VUC Fyn

HF & VUC Fyn

HF & VUC Fyn menu - Gør det let at navigere rundt på HF & VUC Fyn.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HF & VUC Fyn",
  "version": "1.0.7",
  "description": "HF & VUC Fyn menu - Gør det let at navigere rundt på HF & VUC Fyn.",
  "icons": {
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "logo19.png"
  },
  "web_accessible_resources": [
    "logo19.png"
  ],
  "permissions": [
    "*://start.vucfyn.net/"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://sites.google.com/a/vucfyn.net/",
        "*://sites.google.com/a/vucfyn.net/*",
        "https://plus.google.com/up/accounts/upgrade",
        "https://plus.google.com/up/accounts/upgrade/*",
        "https://groups.google.com/*",
        "https://plus.google.com/u/*",
        "https://mail.google.com/*",
        "https://drive.google.com/*",
        "https://calendar.google.com/",
        "https://calendar.google.com/*",
        "https://docs.google.com/*",
        "http://skablet.dk/pub/*",
        "http://skablet.dk/pub/",
        "https://maps.google.dk/",
        "https://maps.google.dk/*",
        "http://translate.google.com/",
        "http://translate.google.com/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start"
    }
  ]
}