Peapix New Tab Background

Peapix New Tab Background

Customize your new tab background with a beautiful Bing homepage images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Peapix New Tab Background",
  "version": "2.0.2",
  "homepage_url": "https://peapix.com",
  "description": "Customize your new tab background with a beautiful Bing homepage images.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "alarms",
    "topSites",
    "chrome://favicon/*",
    "https://peapix.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}