Terminal Startpage Firefox

Examine source code of Terminal Startpage

Inspect and view changes in Terminal Startpage source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Custom Terminal Startpage",
  "version": "1.0",
  "description": "A custom startpage with a terminal, SSH links, server status, and chatbot integration.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "chrome_url_overrides": {
    "newtab": "startpage.html"
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; connect-src https://* http://*;"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "operations-homepage@davidfield.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Terminal Startpage Alternatives

Here are some Firefox add-ons that are similar to Terminal Startpage: