Baxbox Photography

Baxbox Photography

With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Baxbox Photography",
  "short_name": "Baxbox.com",
  "description": "With Baxbox's Chrome plugin, you can get images from Baxbox Photography as your background every time you open a new window.",
  "version": "1.0.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "/newtab.html"
  },
  "icons": {
    "16": "/icon16.png",
    "48": "/icon48.png",
    "128": "/icon128.png"
  }
}