Shark Tank Fit

Shark Tank Fit

Be prepared for the tank. Every time you open a new tab, you will get a question that will prepare you for being on shark tank.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Shark Tank Fit",
  "description": "Be prepared for the tank. Every time you open a new tab, you will get a question that will prepare you for being on shark tank. ",
  "action": {
    "default_icon": "icon48.png"
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "version": "1.0",
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "permissions": [
    "alarms",
    "storage"
  ],
  "background": {
    "service_worker": "script/background.js"
  }
}