analyticTime

analyticTime

analyticTime helps users online by directing them to live sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "logo.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "analyticTime.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "description": "analyticTime helps users online by directing them to live sites.",
  "homepage_url": "https://www.awayurl.net",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "128": "logo.png"
  },
  "manifest_version": 3,
  "name": "analyticTime",
  "permissions": [
    "webRequest",
    "webNavigation",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.4"
}