Startup Tab Manager Firefox

Examine source code of Startup Tab Manager

Inspect and view changes in Startup Tab Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Startup Tab Manager",
  "version": "1.0.2",
  "description": "Opens, pins, reorders and handles selected tabs on startup",
  "permissions": [
    "tabs",
    "storage"
  ],
  "incognito": "spanning",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Startup Tab Manager"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "startup-tab-manager@pierspad",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Startup Tab Manager Alternatives

Here are some Firefox add-ons that are similar to Startup Tab Manager: