Stack Ball - Blast through platforms

Stack Ball - Blast through platforms

Stack Ball - Blast through platforms New Tab is now available on Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/bg.js"
  },
  "action": {
    "default_icon": {
      "128": "images/icon.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Stack Ball - Blast through platforms New Tab is now available on Chrome",
  "icons": {
    "128": "images/icon.png"
  },
  "manifest_version": 3,
  "name": "Stack Ball - Blast through platforms",
  "offline_enabled": true,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.3.5.2"
}