ARC cookie exchange

ARC cookie exchange

An extension that supports Advanced REST Client session management reading Chrome cookies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "script/payload-parser.js",
      "script/background.js"
    ]
  },
  "description": "An extension that supports Advanced REST Client session management reading Chrome cookies.",
  "icons": {
    "48": "assets/arc-exchange-icon-48.png",
    "64": "assets/arc-exchange-icon-64.png",
    "128": "assets/arc-exchange-icon-128.png"
  },
  "manifest_version": 2,
  "name": "ARC cookie exchange",
  "permissions": [
    "cookies",
    "http://*/*",
    "https://*/*"
  ],
  "version": "0.1.1"
}