JS
manifest.json
{
manifest_version: 3,
name: TimeUtil,
version: 1.0.0,
description: XAG log timestamp transformer,
icons: {
48: icon.png
},
action: {
default_icon: icon.png
},
permissions: [
activeTab
],
content_scripts: [
{
matches: [
https://xrtk.xaggeo.com/log/*.log
],