Offroad Outlaws New Tab

Offroad Outlaws New Tab

Offroad Outlaws extension provide you with HD Offroad Outlaws wallpaper backgrounds. Themes designed for Offroad Outlaws fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "/html/chrome/settings.js",
      "/html/common/prefs-sys.js",
      "/html/chrome/utils.js",
      "/html/chrome/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "html/skin/icons/16.png",
      "48": "html/skin/icons/48.png",
      "128": "html/skin/icons/128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "/html/index.html"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "html/skin/icons/16.png",
    "48": "html/skin/icons/48.png",
    "128": "html/skin/icons/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "permissions": [
    "topSites"
  ],
  "version": "5.9.12.104",
  "web_accessible_resources": [
    "html/skin/*"
  ]
}