VizOfTheDay

VizOfTheDay

Show viz of the day in new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "VizOfTheDay",
  "version": "0.1",
  "description": "Show viz of the day in new tab",
  "icons": {},
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "loadViz.html"
  },
  "permissions": [
    "https://public.tableau.com/"
  ],
  "content_security_policy": "script-src 'self' https://public.tableau.com; object-src 'self'"
}