All-in-One Data Toolbox

All-in-One Data Toolbox

Collection of handy Text/XML/JSON/CSV tools and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "All-in-One Data Toolbox",
  "version": "0.2.1",
  "description": "Collection of handy Text/XML/JSON/CSV tools and more.",
  "action": {
    "default_icon": "images/logo.png",
    "default_title": "All-in-One Data Toolbox",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}