System theme - auto (customized) Firefox

Examine source code of System theme - auto (customized)

Par : Ivan Add-on
Inspect and view changes in System theme - auto (customized) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "System Theme Sync",
  "version": "1.8",
  "description": "Natively switches between your installed themes based on the system dark/light mode.",
  "icons": {
    "48": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "autothemeswitcher@your-pc.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "management",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": "icon.svg",
    "default_title": "Theme Settings",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Meilleures alternatives System theme - auto (customized)

Voici quelques Firefox add-ons qui sont similaires à System theme - auto (customized) :