Aware - Screen Time & Productivity Tracker Firefox

Examine source code of Aware - Screen Time & Productivity Tracker

Inspect and view changes in Aware - Screen Time & Productivity Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Aware - Screen Time & Productivity Tracker",
  "version": "1.1.0",
  "description": "Track screen time, reduce distractions, boost focus. Screen Time for Chrome. Perfect for remote workers & students.",
  "permissions": [
    "tabs",
    "storage",
    "alarms",
    "activeTab",
    "idle",
    "notifications"
  ],
  "host_permissions": [
    "https://api.lemonsqueezy.com/*",
    "https://www.google-analytics.com/*"
  ],
  "background": {
    "service_worker": "src/background.js",
    "scripts": [
      "src/utils/integrity.js",
      "src/utils/analytics.js",
      "src/api/lemonsqueezy.js",
      "src/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "aware@iliasselbarhoumi.dev",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content.js"
      ],
      "css": [
        "src/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "intervention-modal.html",
        "blocked.html",
        "welcome.html",
        "icons/*",
        "sounds/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Aware - Screen Time & Productivity Tracker Alternatives

Here are some Firefox add-ons that are similar to Aware - Screen Time & Productivity Tracker: