GoGetter New Tab

GoGetter New Tab

Collection of cards with To-Do lists right in your new tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GoGetter New Tab",
  "short_name": "GoGetter New Tab",
  "manifest_version": 2,
  "version": "1.1.3",
  "icons": {
    "128": "img/icon.png"
  },
  "description": "Collection of cards with To-Do lists right in your new tab!",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage"
  ]
}