Small Text Big Firefox

Examine source code of Small Text Big

Inspect and view changes in Small Text Big source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Small Text Big",
  "description": "Makes website text larger and readable.",
  "version": "1.6.2",
  "author": "Sammer",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs",
    "file:///*"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "src/enable.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": false
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "assets/icons/halo.png",
    "default_popup": "pageAction_popup.html",
    "default_title": "Manage Small Text Big for this website"
  },
  "page_action": {
    "default_icon": {
      "128": "assets/icons/halo.png"
    },
    "default_title": "Manage Small Text Big for this website",
    "default_popup": "pageAction_popup.html",
    "browser_style": true
  },
  "icons": {
    "128": "assets/icons/halo.png"
  },
  "manifest_version": 2,
  "commands": {
    "toggle": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "Toggle Small Text Big"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{74adba8c-8f73-4ec0-a4cf-1466550c3edd}"
    }
  }
}

Best Small Text Big Alternatives

Here are some Firefox add-ons that are similar to Small Text Big: