Raiven

Raiven

Get Raiven and get savin'!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Raiven",
  "short_name": "Raiven",
  "version": "1.242.0",
  "description": "Get Raiven and get savin'!",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "author": "Raiven, Inc",
  "default_locale": "en",
  "web_accessible_resources": [
    "images/*",
    "fonts/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "pusher.min.js",
        "injections.js",
        "react.production.min.js",
        "react-dom.production.min.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "*://*.raiven.com/*",
      "*://*.qmerit.com/*",
      "http://localhost:3000/*",
      "http://localhost:3335/*"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icons/icon16.png",
      "32": "images/icons/icon32.png",
      "48": "images/icons/icon48.png",
      "128": "images/icons/icon128.png"
    }
  },
  "icons": {
    "16": "images/icons/icon16.png",
    "32": "images/icons/icon32.png",
    "48": "images/icons/icon48.png",
    "128": "images/icons/icon128.png"
  }
}