The Focus Society Firefox

Examine source code of The Focus Society

Inspect and view changes in The Focus Society source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Second Thought",
  "version": "2.0.0",
  "description": "A private focus and decision practice built around better bets, clearer intentions, and honest review.",
  "homepage_url": "https://harshitnegi.dev",
  "browser_specific_settings": {
    "gecko": {
      "id": "focussociety@harshitnegi.dev",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "120.0"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "notifications",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Second Thought",
    "default_popup": "popup/popup.html",
    "default_icon": "assets/icon.svg"
  },
  "chrome_url_overrides": {
    "newtab": "dashboard/dashboard.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "assets/*"
  ],
  "icons": {
    "48": "assets/icon.svg",
    "96": "assets/icon.svg"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';"
}

Best The Focus Society Alternatives

Here are some Firefox add-ons that are similar to The Focus Society: