Taco

Taco

See your tasks from 40+ other services on Chrome's new tab page. Asana, Basecamp, GitHub, Gmail, OmniFocus, Trello, Zendesk, more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Taco",
  "description": "See your tasks from 40+ other services on Chrome's new tab page. Asana, Basecamp, GitHub, Gmail, OmniFocus, Trello, Zendesk, more.",
  "short_name": "Taco",
  "version": "0.0.1.3",
  "homepage_url": "https://tacoapp.com/",
  "author": "Taco Foundry (tacoapp.com)",
  "chrome_url_overrides": {
    "newtab": "tacoapp.html"
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "storage",
    "https://tacoapp.com/*",
    "https://d3cfga8zrau5x0.cloudfront.net/*",
    "chrome://favicon/"
  ],
  "optional_permissions": [
    "topSites"
  ],
  "content_security_policy": "script-src 'self' https://tacoapp.com https://d3cfga8zrau5x0.cloudfront.net 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2
}