Simple Tab Reloader

Simple Tab Reloader

Refresh your tabs, without all those annoying features

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simple Tab Reloader",
  "version": "3.1.0",
  "description": "Refresh your tabs, without all those annoying features",
  "permissions": [
    "declarativeContent",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js",
      "reloadTabBackground.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "Reload16.png",
    "48": "Reload48.png",
    "128": "Reload128.png"
  },
  "manifest_version": 2
}