Task Tackler

Task Tackler

Your description here

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Task Tackler",
  "version": "1.6",
  "description": "Your description here",
  "content_scripts": [
    {
      "matches": [
        "https://www.sparxmaths.uk/*"
      ],
      "js": [
        "dist/sparx.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://app.bedrocklearning.org/*"
      ],
      "js": [
        "dist/bedrock.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://my.educake.co.uk/*"
      ],
      "js": [
        "dist/educake.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://app.senecalearning.com/*"
      ],
      "js": [
        "dist/seneca.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "pfp.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "pfp.png"
    }
  },
  "manifest_version": 3
}