Tabfund

Tabfund

Raise money for research with each new tab you open while browsing the internet!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tabfund",
  "version": "2.0.0",
  "description": "Raise money for research with each new tab you open while browsing the internet!",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "page_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png",
      "128": "images/icon128.png"
    },
    "default_title": "Tabfund"
  },
  "author": "Tabfund Team",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}