World of Gumball - Read, Watch, Play!

World of Gumball - Read, Watch, Play!

Find out more about Gumball and his friends from The Amazing World of Gumball. Read, watch full episodes, and play games for free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "Gumball",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "3.0.0",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png",
    "256": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Gumball"
  }
}