Update Discarded Tab On Select

Update Discarded Tab On Select

Loads up-to-date version of a web page, not the older version if it was cached.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Update Discarded Tab On Select",
  "version": "1.7",
  "author": "kgersen",
  "description": "Loads up-to-date version of a web page, not the older version if it was cached.",
  "permissions": [
    "sessions",
    "tabs",
    "storage",
    "menus"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "96": "icons/u-on-96.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/u-on-16.png",
      "32": "icons/u-on-32.png"
    },
    "default_area": "navbar"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "88.0",
      "id": "{da80c0e7-d276-47f7-a0ca-7c8d6126bd81}"
    }
  }
}