Unsplash Instant

Unsplash Instant

Beautiful photos from Unsplash in your new tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Unsplash Instant",
  "version": "3.0.7",
  "manifest_version": 2,
  "description": "Beautiful photos from Unsplash in your new tabs.",
  "homepage_url": "https://unsplash.com",
  "icons": {
    "128": "img/icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}