Retable - CSV Viewer

Retable - CSV Viewer

Retable CSV viewer helps you easily view, edit and collaborate on all CSV files on the web without downloading them to your device.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Retable - CSV Viewer",
  "description": "Retable CSV viewer helps you easily view, edit and collaborate on all CSV files on the web without downloading them to your device.",
  "version": "1.0.3",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "scripting",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>",
    "http://*/",
    "https://*/"
  ]
}