Tallyfor Connect: Auto-fill tax forms

Tallyfor Connect: Auto-fill tax forms

Auto-fill tax forms on popular tax products

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tallyfor Connect: Auto-fill tax forms",
  "description": "Auto-fill tax forms on popular tax products",
  "version": "0.0.21",
  "manifest_version": 3,
  "action": {
    "default_popup": "src/importer/popup.html",
    "default_icon": "src/importer/img/icon-tallyfor-128.png"
  },
  "icons": {
    "128": "src/importer/img/icon-tallyfor-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "src/importer/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "src/importer/content-script.js"
      ],
      "matches": [
        "https://*.intuit.com/*"
      ]
    }
  ]
}