Tab Tennis Foundation

Tab Tennis Foundation

Every time you browse in a new tab, you can earn money for a charity close to your heart.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.0",
  "browser_action": {
    "default_icon": "ico128.png"
  },
  "chrome_url_overrides": {
    "newtab": "tab.html"
  },
  "web_accessible_resources": [
    "bg/bg1.jpg",
    "bg/bg2.jpg",
    "bg/bg3.jpg",
    "bg/bg4.jpg",
    "bg/bg5.jpg",
    "bg/bg6.jpg",
    "bg/bg7.jpg",
    "bg/bg8.jpg",
    "bg/bg9.jpg",
    "bg/bg10.jpg",
    "bg/bg11.jpg",
    "bg/bg12.jpg",
    "bg/bg13.jpg",
    "bg/bg14.jpg",
    "bg/bg15.jpg",
    "bg/bg16.jpg",
    "bg/bg17.jpg",
    "bg/bg18.jpg",
    "bg/bg19.jpg",
    "bg/bg20.jpg"
  ],
  "background": {
    "scripts": [
      "ext-background.js",
      "newtab.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}