FoE - Helper & Tools

FoE - Helper & Tools

This AddOn supports you playing in your browser with timer, notifications and notes!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FoE - Helper & Tools",
  "description": "This AddOn supports you playing in your browser with timer, notifications and notes!",
  "version": "1.0.14",
  "permissions": [
    "background"
  ],
  "background": {
    "page": "bg.html",
    "persistent": true
  },
  "icons": {
    "16": "favicon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "popup": "popup.html",
    "default_popup": "default.html"
  }
}