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": "Save time with auto-refresh, one-click emails, and load repost tracking.", "version": "1.4.23", "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" ], "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\/*" ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "main.js", "mainComponent.bundle.js" ], "matches": [ "https:\/\/one.dat.com\/*" ] } ] }