RAY webpage & legal capture archive service

RAY webpage & legal capture archive service

RAY is a webpage and social media capture platform for compliance, legal, e-Discovery, web archiving, marketing and preservation. Share links by email. Start monthly, weekly, daily, hourly tasks. Automatic web content capture.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "RAY archives any webpage as a standalone HTML, PDF, PNG and WARC",
  "manifest_version": 2,
  "name": "Ray Web Archiving",
  "version": "1.4",
  "icons": {
    "32": "icons/logo-32.png",
    "48": "icons/logo-48.png",
    "96": "icons/logo-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "32": "icons/logo2-32.png",
      "48": "icons/logo2-48.png",
      "96": "icons/logo2-96.png"
    }
  },
  "permissions": [
    "notifications",
    "webRequest",
    "storage",
    "activeTab",
    "https://*/*"
  ]
}