DNS Flusher for Chrome

DNS Flusher for Chrome

DNS Flusher for Chrome: one click to clear DNS cache.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.3",
  "name": "DNS Flusher for Chrome",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "browser_action": {
    "default_title": "__MSG_defaultTitle__",
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    }
  },
  "options_ui": {
    "page": "dns-flusher-options.html",
    "chrome_style": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "http://*/",
    "https://*/"
  ],
  "omnibox": {
    "keyword": "reload"
  }
}