Stash Firefox

Examine source code of Stash

By: glob
Inspect and view changes in Stash source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Stash",
  "version": "2.2",
  "description": "Store and restore windows and tabs.",
  "icons": {
    "48": "assets/icon-48.png",
    "96": "assets/icon-96.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "assets/icon.svg",
    "default_title": "Stash",
    "default_popup": "src/stash.html",
    "theme_icons": [
      {
        "light": "assets/icon-light.svg",
        "dark": "assets/icon.svg",
        "size": 32
      }
    ]
  },
  "options_ui": {
    "page": "src/options.html",
    "browser_style": true
  },
  "applications": {
    "gecko": {
      "id": "firefox-stash@glob.com.au"
    }
  }
}

Best Stash Alternatives

Here are some Firefox add-ons that are similar to Stash: