Study Tracker Firefox

Examine source code of Study Tracker

Inspect and view changes in Study Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Study Tracker",
  "version": "1.0",
  "description": "Track and analyze your study habits",
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "webNavigation",
    "cookies",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "https://study-tracker-lc8o.onrender.com/*"
  ],
  "host_permissions": [
    "https://study-tracker-lc8o.onrender.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "donate.html",
    "donate.js",
    "style.css"
  ],
  "content_security_policy": "script-src 'self' https://js.stripe.com; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{bd2210d7-4a47-4f47-8968-677444d588ac}"
    }
  }
}

Meilleures alternatives Study Tracker

Voici quelques Firefox add-ons qui sont similaires à Study Tracker :