Shark io

The big fish eats the little one.....!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Shark io",
  "version": "0.1",
  "manifest_version": 3,
  "description": "The big fish eats the little one.....!",
  "icons": {
    "16": "icons/162x162.png",
    "48": "icons/482x482.png",
    "128": "icons/1282x1282.png"
  },
  "action": {
    "default_icon": "icons/1282x1282.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "background2.js"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}