Rivia.AI - Interactive Product Demos

Rivia.AI - Interactive Product Demos

Rivia.AI is a no-code platform for sales and marketing teams to create interactive product demos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rivia.AI - Interactive Product Demos",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "storage"
  ],
  "version": "1.3",
  "action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "/dest/background.js"
  },
  "content_scripts": [
    {
      "css": [
        "content.css"
      ],
      "js": [
        "/dest/content.js",
        "jquery-3.6.0.min.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "js": [
        "main.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Rivia.AI is a no-code platform for sales and marketing teams to create interactive product demos.",
  "externally_connectable": {
    "matches": [
      "*://*.rivia.ai/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "resources": [
        "/icons/*"
      ]
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "resources": [
        "content.css",
        "shadowloader-compressed.js",
        "unsaved-panel.html",
        "unsaved-panel.css"
      ]
    }
  ]
}