CSV Editor

CSV Editor

This extension allows you to upload, view, edit and download .csv files

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CSV Editor",
  "description": "This extension allows you to upload, view, edit and download .csv files",
  "version": "1.0",
  "csp": "script-src 'self' 'unsafe-inline'; object-src 'self'",
  "window": {
    "resizable": true
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  }
}