Window Tagger Fixer @YoYo2 Firefox

Examine source code of Window Tagger Fixer @YoYo2

By: YoYo
Inspect and view changes in Window Tagger Fixer @YoYo2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Window Tagger for Windows Fixer",
  "version": "1.0.0",
  "description": "Assigns persistent tags to Firefox windows. Tags appear as [WF:tag] prefix in window titles, enabling Windows Fixer to identify and position each window on the correct monitor/zone.",
  "author": "Windows Fixer",
  "homepage_url": "https://github.com/user/windows-fixer",
  "permissions": [
    "storage",
    "menus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Window Tagger",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "window-tagger@windows-fixer",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Window Tagger Fixer @YoYo2 Alternatives

Here are some Firefox add-ons that are similar to Window Tagger Fixer @YoYo2: