Better IFTTT UI Firefox

Examine source code of Better IFTTT UI

Inspect and view changes in Better IFTTT UI source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "Better IFTTT UI",
  "version": "1.7.1",
  "description": "Makes the IFTTT UI more usable on desktop",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "https://ifttt.com/*",
    "https://*.ifttt.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://ifttt.com/*",
        "https://*.ifttt.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "css/*"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "better-ifttt-ui@burkybang.io"
    }
  }
}

Best Better IFTTT UI Alternatives

Here are some Firefox add-ons that are similar to Better IFTTT UI: