Cole

Cole

Discover objects from the Victoria and Albert museum’s collection every time you open a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cole",
  "version": "0.9.2",
  "manifest_version": 2,
  "description": "Discover objects from the Victoria and Albert museum’s collection every time you open a new tab",
  "homepage_url": "http://cole-extension.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "offline_enabled": false,
  "options_ui": {
    "page": "src/options/index.html",
    "chrome_style": true
  },
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  },
  "permissions": [
    "storage",
    "http://www.vam.ac.uk/*"
  ]
}