Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Smart match alerts, one-click emails, reply banners, and broker insights\u2014LoadLine makes every load board work for you.",
"version": "1.7.4",
"manifest_version": 3,
"name": "LoadLine - All-in-One Dispatch Tool",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js",
"type": "module"
},
"permissions": [
"storage",
"webRequest",
"offscreen",
"declarativeNetRequest",
"tabs"
],
"action": {
"default_popup": "",
"default_icon": "icon-48.png"
},
"icons": {
"16": "icon-48.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/one.dat.com\/*"
],
"js": [
"contentScript.bundle.js",
"mainComponent.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"host_permissions": [
"https:\/\/one.dat.com\/*",
"https:\/\/*.google.com\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "frame-rules",
"enabled": true,
"path": "rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"main.js",
"mainComponent.bundle.js"
],
"matches": [
"https:\/\/one.dat.com\/*"
]
}
]
}