BananoMiner Watch

BananoMiner Watch

Displays all your Folding@home contribution stats and earnings for the www.banano.cc team.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.3.8",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "banano.html",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png"
    },
    "default_title": "BananoMiner Watch"
  },
  "version_name": "V1.3.8a маймунски Polski",
  "homepage_url": "https://github.com/andrecrjr/bananominer-watch",
  "content_scripts": [],
  "event_rules": [],
  "offline_enabled": false,
  "requirements": {},
  "omnibox": {
    "keyword": "banano"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "*.png",
    "*.svg",
    "assets/*.png",
    "*.css",
    "fonts/*.ttf",
    "scripts/*.js",
    "scripts/components/helper/*.js",
    "scripts/components/renderUser/*.js"
  ],
  "content_security_policy": "script-src 'self' https://cdn.jsdelivr.net/npm/[email protected]; object-src 'self'"
}