BasketBall Stars - New Tab

BasketBall Stars - New Tab

Basketball Stars new tab add-on is made up for fans of Basketball to have HD wallpapers of basketball stars on their New Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "BasketBall Stars - New Tab",
  "short_name": "BasketBall Stars - New Tab",
  "description": "Basketball Stars new tab add-on is made up for fans of Basketball to have HD wallpapers of basketball stars on their New Tab.",
  "version": "1.0.2resigned1",
  "icons": {
    "16": "icons/home16.png",
    "48": "icons/home48.png",
    "128": "icons/home128.png"
  },
  "background": {
    "page": "background.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "optional_permissions": [
    "history"
  ],
  "permissions": [
    "tabs",
    "topSites",
    "http://google.com/complete/*"
  ],
  "web_accessible_resources": [
    "css/style.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5ade983c-5c94-4b37-897c-9d5bd15fc1be}"
    }
  }
}