StayFree - Web Analytics & Time Tracker

StayFree - Web Analytics & Time Tracker

Analytics to help you understand and control your website usage, leading to less distractions and enhanced productivity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.36.0",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "default_locale": "en_US",
  "permissions": [
    "alarms",
    "tabs",
    "storage",
    "notifications",
    "webNavigation",
    "scripting",
    "favicon",
    "https://www.google.com/s2/favicons",
    "https://*.gstatic.com/favicon*",
    "*://*.stayfreeapps.com/*"
  ],
  "optional_permissions": [
    "history"
  ],
  "web_accessible_resources": [
    "assets/*",
    "*.css",
    "*.png"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "content-scripts/ad-finder.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-scripts/auto-connect-redirect.js",
        "content-scripts/prompt-collector.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/block-website.js",
        "content-scripts/usage-monitoring.js"
      ]
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "content-scripts/in-app-blocking-youtube.css"
      ],
      "js": [
        "content-scripts/in-app-blocking-youtube.js"
      ]
    },
    {
      "matches": [
        "https://stayfreeapps.com/extension-get-started"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/onboarding-redirect.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{30b15d56-b2fa-4cb2-98fd-7b5e26306483}"
    }
  }
}