Bearer/Authorization access with JWT decoder

Bearer/Authorization access with JWT decoder

sell Authorization token in one place

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "Sanju",
  "name": "Bearer/Authorization access with JWT decoder",
  "description": "sell Authorization token in one place",
  "version": "1.0.1",
  "icons": {
    "128": "auther.png"
  },
  "permissions": [
    "activeTab",
    "*://*/*",
    "webRequest",
    "storage"
  ],
  "browser_action": {
    "default_icon": "Red_pin.ico",
    "default_title": "Bearer/Authorization accessor with JWT decoder and JSON Lint",
    "default_popup": "blank.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}