FD Rake Colorator

FD Rake Colorator

Shows calculated rake percentage and color coding.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FD Rake Colorator",
  "version": "1.9",
  "description": "Shows calculated rake percentage and color coding.",
  "web_accessible_resources": [
    "style.css"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": {
      "19": "icon-19.png",
      "38": "icon-38.png"
    },
    "default_title": "FD Rake Colorator"
  },
  "permissions": [
    "declarativeContent",
    "<all_urls>"
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2
}