Examine source code of CSV Tools

Inspect and view changes in CSV Tools 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
{
  "name": "CSV Tools",
  "version": "0.1.0",
  "description": "Collection of small & convenient CSV tools.",
  "action": {
    "default_icon": "images/logo.png",
    "default_title": "CSV Tools",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "permissions": [
    "storage"
  ],
  "offline_enabled": true,
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}