Zielsetzungs-Intervention Firefox

Examine source code of Zielsetzungs-Intervention

By: Alex
Inspect and view changes in Zielsetzungs-Intervention source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Goal-Setting-Intervention Extension",
  "version": "1.0.5",
  "description": "Firefox Extension for Bachelor Thesis Study",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "storage",
    "bookmarks",
    "alarms"
  ],
  "background": {
    "scripts": [
      "serviceWorker.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "contentInjection.js",
        "mode.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "/popup/popup.html"
  },
  "web_accessible_resources": [
    "/contentInjection/modal.html",
    "/materialize/materialize.js",
    "/materialize/materialize.min.css",
    "/img/**"
  ],
  "options_ui": {
    "page": "/options/options.html",
    "open_in_tab": true
  }
}

Best Zielsetzungs-Intervention Alternatives

Here are some Firefox add-ons that are similar to Zielsetzungs-Intervention: