Horizon Christian School Extension

Horizon Christian School Extension

This extension will give students and teachers links to horizon sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "_update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Horizon Christian School Extension",
  "version": "3.1",
  "description": "This extension will give students and teachers links to horizon sites",
  "permissions": [
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://www.google.com/*",
    "https://www.youtube.com/*",
    "https://youtube.com/*"
  ],
  "background": {
    "service_worker": "static/js/background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/yt.png"
      ],
      "matches": [
        "https://youtube.com/*",
        "https://www.youtube.com/*"
      ]
    },
    {
      "resources": [
        "images/logo.png"
      ],
      "matches": [
        "https://www.google.com/*",
        "https://google.com/*"
      ]
    }
  ],
  "icons": {
    "192": "icon.png"
  },
  "action": {
    "default_icon": {
      "192": "icon.png"
    },
    "default_title": "Horizon Christian School",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}