U.S. Air Force New Tab Photos

U.S. Air Force New Tab Photos

Show your support by installing this cool plugin to get a new Air Force photo as your browser background when 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": "U.S. Air Force New Tab Photos",
  "short_name": "U.S. Air Force Army New Tab Photos",
  "description": "Show your support by installing this cool plugin to get a new Air Force photo as your browser background when 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"
  }
}