Wallpapers for Chrome

Wallpapers for Chrome

This extension will show amazing wallpapers everyday to get up your energy.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wallpapers for Chrome",
  "description": "This extension will show amazing wallpapers everyday to get up your energy.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "override_page.html"
  },
  "permissions": []
}