X Men Backgrounds

X Men Backgrounds

If you love X Men, This New Tab Extension Is Just For You: X Men Themes And Additional Awesome Settings

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "128": "128-picture.png"
  },
  "manifest_version": 2,
  "default_locale": "en",
  "browser_action": {
    "default_icon": "128-picture.png",
    "default_title": "X Men Backgrounds"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "my_index.html"
  },
  "name": "__MSG_localeTitle__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_extinfo__",
  "version": "0.0.9"
}