Fruit Ninja Offline Game

Fruit Ninja Offline Game

Play Fruit Ninja game offline version on your Google Chrome (Cube Version)!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Fruit Ninja Offline Game",
  "version": "1.0.0",
  "action": {
    "default_icon": {
      "24": "img/icon24.png",
      "32": "img/icon32.png"
    },
    "default_title": "Fruit Ninja, click to play!",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "update.js"
  },
  "offline_enabled": true,
  "description": "Play Fruit Ninja game offline version on your Google Chrome (Cube Version)!",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "options_page": "index.html",
  "homepage_url": "https://www.w3technic.com/game/"
}