Fruit Slasher Game - Runs Offline

Fruit Slasher Game - Runs Offline

Fruit Slasher is a cool casual game. Slice all the flying fruits you see and avoid the bombs. Play like a samurai master. Have Fun!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "manifest_version": 3,
  "name": "Fruit Slasher Game - Runs Offline",
  "description": "Fruit Slasher is a cool casual game. Slice all the flying fruits you see and avoid the bombs. Play like a samurai master. Have Fun!",
  "version": "1.3",
  "homepage_url": "https://magbei.com/fruit-slasher/",
  "offline_enabled": true,
  "icons": {
    "16": "assets/icons/16.png",
    "32": "assets/icons/32.png",
    "48": "assets/icons/48.png",
    "128": "assets/icons/128.png"
  },
  "action": {
    "default_icon": "assets/icons/128.png",
    "default_title": "Fruit Slasher Game - Runs Offline",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "assets/js/inout.js"
  }
}