IRS Solutions Sidekick

IRS Solutions Sidekick

Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IRS Solutions Sidekick",
  "short_name": "IRSSolutions",
  "version": "1.3.0",
  "description": "Allows registered users of IRS Solutions Software to download transcripts from IRS e-Services.",
  "icons": {
    "16": "icon_32.png",
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "storage",
    "webNavigation"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "manifest_version": 3
}