YouPic NewTab Cover

YouPic NewTab Cover

This extension will display amazing photography when you open a new tab. Taken from the finest selection from over at youpic.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "offline_enabled": false,
  "name": "YouPic NewTab Cover",
  "short_name": "YouPic",
  "description": "This extension will display amazing photography when you open a new tab. Taken from the finest selection from over at youpic.com",
  "version": "1.0.1",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "cover.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}