God of War New Tab HD Wallpapers

God of War New Tab HD Wallpapers

This extension contains the best God of War wallpapers to use as your background while working on your computer, at home or job.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "bg_script.js"
    ]
  },
  "browser_action": {
    "default_icon": "128-logo.png",
    "default_title": "God of War New Tab HD Wallpapers"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "default_locale": "en",
  "description": "This extension contains the best God of War wallpapers to use as your background while working on your computer, at home or job.",
  "icons": {
    "128": "128-logo.png"
  },
  "manifest_version": 2,
  "name": "God of War New Tab HD Wallpapers",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.0",
  "web_accessible_resources": [
    "*"
  ]
}