3x3 Chrome Extension

3x3 Chrome Extension

For all 3x3 lovers. New tab with background images of different basketball courts all over the world.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "3x3 Chrome Extension",
  "description": "For all 3x3 lovers. New tab with background images of different basketball courts all over the world.",
  "version": "1.1.0",
  "icons": {
    "128": "icon_128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}