Flowfinitee

Flowfinitee

Extends the compatibility of Flowfinitee on Chromium-based browsers so that URLs of active tabs can be detected.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Flowfinitee",
  "short_name": "Flowfinitee",
  "description": "Extends the compatibility of Flowfinitee on Chromium-based browsers so that URLs of active tabs can be detected.",
  "version": "1.0.4",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/img/16x16.png",
      "24": "assets/img/24x24.png",
      "32": "assets/img/32x32.png"
    },
    "default_title": "Flowfinitee"
  },
  "permissions": [
    "identity",
    "storage",
    "tabs",
    "windows"
  ],
  "icons": {
    "128": "assets/img/128x128.png"
  },
  "background": {
    "service_worker": "worker_wrapper.js"
  }
}