Somtoday Mod Firefox

Examine source code of Somtoday Mod

Inspect and view changes in Somtoday Mod source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extName__",
  "version": "5.4",
  "manifest_version": 3,
  "description": "__MSG_extDescription__",
  "default_locale": "nl",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/shorthand_functions.js",
        "scripts/save_version_management.js",
        "scripts/colors.js",
        "scripts/minigame.js",
        "scripts/fireworks.js",
        "scripts/chart.js",
        "scripts/main_functions.js",
        "scripts/execute_after_page_load.js"
      ],
      "css": [
        "css/night.css",
        "css/styles.css",
        "css/somtoday-recap.css",
        "css/mod-settings.css",
        "css/custom-homework.css",
        "css/platformer.css"
      ],
      "matches": [
        "*://*.somtoday.nl/*",
        "*://som.today/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "*://*.somtoday.nl/*",
    "*://som.today/*"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "sw.js"
    ],
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "sounds/background.mp3",
        "sounds/tada.mp3",
        "sounds/error.mp3",
        "sounds/correct.mp3",
        "version_info.json",
        "settings_content/familiar.html",
        "fonts/Kanit-ExtraLight.ttf",
        "images/dark-mode.svg"
      ],
      "matches": [
        "*://*.somtoday.nl/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "somtodaymod@jonazwetsloot.nl",
      "strict_min_version": "109.0"
    }
  }
}

Best Somtoday Mod Alternatives

Here are some Firefox add-ons that are similar to Somtoday Mod: