Inspect and view changes in Onelog TS source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"version": "2.10.2410.33",
"version_name": "2024.10.10 build:33",
"name": "Onelog TS",
"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",
"nativeMessaging"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"web_accessible_resources": [
{
"resources": [
"assets/*",
"icons/*",
"fonts/*",
"*"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}