Auto theme switcher Firefox

Examine source code of Auto theme switcher

Por: Irvirty
Inspect and view changes in Auto theme switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto theme switcher",
  "version": "2.4.0",
  "description": "Change the theme for day and night using time or automatic mode.",
  "icons": {
    "512": "icon512x512.png"
  },
  "permissions": [
    "management",
    "storage",
    "activeTab"
  ],
  "action": {
    "default_popup": "options.html",
    "default_icon": {
      "512": "icon512x512.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "<all_urls>",
        "*://*/*"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "worker.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-theme-switcher-8@example.com",
      "strict_min_version": "132.0"
    }
  }
}

Melhores alternativas Auto theme switcher

Aqui estão algumas Firefox add-ons que são similares a Auto theme switcher: