INDX

INDX

Save and organize articles, podcasts, and videos to your INDX library.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "INDX",
  "description": "Save and organize articles, podcasts, and videos to your INDX library.",
  "version": "1.0",
  "icons": {
    "16": "/images/indx-16x16.png",
    "48": "/images/indx-48x48.png",
    "128": "/images/indx-128x128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "95",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://api.getindx.com/*"
  ],
  "action": {
    "default_popup": "qr.html",
    "default_icon": {
      "16": "/images/indx-16x16.png",
      "48": "/images/indx-48x48.png",
      "128": "/images/indx-128x128.png"
    }
  }
}