Parker Collection New Tab

Parker Collection New Tab

A tab extension for viewing the current date and time with an image from Parker on the Web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Parker Collection New Tab",
  "description": "A tab extension for viewing the current date and time with an image from Parker on the Web",
  "short_name": "Parker Tab",
  "version": "0.2",
  "incognito": "split",
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' http://*.stanford.edu/*; object-src 'self'",
  "icons": {
    "16": "assets/images/icon16.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "manifest_version": 2
}