Flowa Focus Firefox

Examine source code of Flowa Focus

제작자: Flowa App Add-on
Inspect and view changes in Flowa Focus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Flowa Focus",
  "description": "Block distractions and stay in the flow.",
  "version": "1.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "alarms",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "blocked.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "focus@flowa-app.tech",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

최고의 Flowa Focus 대안

다음은 Flowa Focus과(와) 유사한 Firefox add-on입니다: