Refreshy

Refreshy

Refresh your websites when you want and how you want! 100% Free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Refreshy",
  "description": "Refresh your websites when you want and how you want! 100% Free!",
  "version": "1.0.0",
  "browser_action": {
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js",
      "runtime.js"
    ]
  },
  "icons": {
    "16": "assets/refreshy16.png",
    "48": "assets/refreshy48.png",
    "128": "assets/refreshy128.png"
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/"
  ]
}