Restore pinned tabs Firefox

Examine source code of Restore pinned tabs

Inspect and view changes in Restore pinned tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Restore your pinned tabs",
  "manifest_version": 2,
  "name": "Restore pinned tabs",
  "version": "1.0",
  "homepage_url": "https://github.com/guillaumebriday/restore-pinned-tabs",
  "icons": {
    "128": "icons/icon.png"
  },
  "browser_action": {
    "default_title": "Restore pinned tabs",
    "default_icon": "icons/icon.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  }
}

Best Restore pinned tabs Alternatives

Here are some Firefox add-ons that are similar to Restore pinned tabs: