Ball so Hard

Ball so Hard

Baller-ize your browsing with quotes from the greatest 1-on-1 player in history, Lavar Ball. We in a new lane, baby!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "Ball.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Baller-ize your browsing with quotes from the greatest 1-on-1 player in history, Lavar Ball. We in a new lane, baby!",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "name": "Ball so Hard",
  "offline_enabled": true,
  "version": "0.4"
}