SuperRefresh , Auto Refresh pages

SuperRefresh , Auto Refresh pages

Auto Refresh pages every time interval , Multi task support .

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "0.0.2",
  "icons": {
    "19": "img/ico19.png",
    "48": "img/ico48.png",
    "128": "img/ico.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_title": "__MSG_name__",
    "default_icon": "img/ico19.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/system.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs"
  ],
  "default_locale": "en",
  "manifest_version": 2
}