Dr.FLARE

Dr.FLARE

Get insights of your Cloudflared website. Provides an easy way to see benefits with Cloudflare.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dr.FLARE",
  "version": "0.1.4",
  "description": "Get insights of your Cloudflared website. Provides an easy way to see benefits with Cloudflare.",
  "manifest_version": 2,
  "background": {
    "persistent": true,
    "scripts": [
      "lib/jquery-3.1.1.min.js",
      "js/background.js",
      "js/class/NetworkRequest.js"
    ]
  },
  "devtools_page": "devtools.html",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Dr.FLARE"
  },
  "icons": {
    "16": "img/circle-new-logo.png",
    "48": "img/circle-new-logo.png",
    "128": "img/circle-new-logo.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "webNavigation",
    "<all_urls>"
  ]
}