Flutur New Tab

Flutur New Tab

Every new tab raises funds for an NGO while you surf the web!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Flutur New Tab",
  "short_name": "Flutur",
  "description": "Every new tab raises funds for an NGO while you surf the web!",
  "version": "0.0.7",
  "icons": {
    "128": "flutur.png"
  },
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "permissions": [
    "storage"
  ],
  "minimum_chrome_version": "22"
}