Onelog

Onelog

Onelog extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "2.10.2403.126",
  "version_name": "2024.03.12 build:126",
  "name": "Onelog",
  "author": "its",
  "manifest_version": 3,
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": false,
      "run_at": "document_start",
      "js": [
        "olLoader.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/button.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "description": "Onelog extension",
  "homepage_url": "http://www.onelog.com/",
  "options_page": "options.html",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "tabs",
    "scripting",
    "webNavigation",
    "cookies",
    "background",
    "storage",
    "unlimitedStorage",
    "system.display"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "icons/*",
        "fonts/*",
        "*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}