Naughty Angry Birds Ball

Naughty Angry Birds Ball

Naughty Balls play game like angry birds. Unblocked Naughty angry Birds Ball game is a great 2D game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://www.tyroneunblockedgames.com/play/naughty-balls-unblocked.html",
  "offline_enabled": true,
  "version": "2",
  "icons": {
    "128": "icons/icon-128.png"
  },
  "background": {
    "service_worker": "back.js"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "128": "icons/icon-128.png"
    },
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html"
  }
}