Giving Tab

Giving Tab

Giving Tab is a todo-list extension for Chrome which donates all generated income to help the victims of the earthquake in Nepal.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Giving Tab",
  "description": "Giving Tab is a todo-list extension for Chrome which donates all generated income to help the victims of the earthquake in Nepal.",
  "version": "1.0",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "author": "Giving Tab",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "./js/events.js"
    ]
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com/; object-src 'self'"
}