American Backgrounds

American Backgrounds

This is the all American extension. If you love the beautiful U.S. of A., this extension is perfect for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "American Backgrounds",
  "description": "This is the all American extension. If you love the beautiful U.S. of A., this extension is perfect for you.",
  "version": "3.6",
  "browser_action": {},
  "permissions": [],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}