Fishtank

Fill your personal aquarium with beautiful digital fish.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fishtank",
  "version": "1.0.7",
  "manifest_version": 3,
  "description": "Fill your personal aquarium with beautiful digital fish.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "js/service_worker.js",
    "type": "module"
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms"
  ],
  "default_locale": "en",
  "options_page": "src/options.html",
  "action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Fishtank",
    "default_popup": "src/popup.html"
  }
}