Flowace

Automate Time & Work Anywhere
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": "Flowace",
  "description": "Automate Time & Work Anywhere",
  "version": "1.0.2",
  "permissions": [
    "tabs",
    "storage",
    "nativeMessaging"
  ],
  "background": {
    "service_worker": "eventHandler.js"
  },
  "action": {
    "default_popup": "src/extension.html",
    "default_icon": {
      "16": "images/fl_original_x16.png",
      "32": "images/fl_original_x32.png",
      "64": "images/fl_original_x64.png",
      "128": "images/fl_original_x128.png"
    }
  },
  "icons": {
    "16": "images/fl_original_x16.png",
    "32": "images/fl_original_x32.png",
    "64": "images/fl_original_x64.png",
    "128": "images/fl_original_x128.png"
  },
  "manifest_version": 3
}