SSC Ultimate Aero XT HD themes

SSC Ultimate Aero XT HD themes

This extension allows you to enrich and personalize your home page with new SSC Ultimate Aero XT tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.0.0",
  "browser_action": {
    "default_icon": "picto/48.png",
    "default_title": "SSC Ultimate Aero XT HD themes"
  },
  "chrome_url_overrides": {
    "newtab": "wall.html"
  },
  "description": "This extension allows you to enrich and personalize your home page with new SSC Ultimate Aero XT tabs.",
  "icons": {
    "19": "picto/19.png",
    "48": "picto/48.png",
    "128": "picto/128.png"
  },
  "manifest_version": 2,
  "name": "SSC Ultimate Aero XT HD themes",
  "offline_enabled": true,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "wall.html"
  ]
}