FormPiper

FormPiper

FormPiper is an automated form filler

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "FormPiper is an automated form filler",
  "version": "5.2.3",
  "manifest_version": 3,
  "name": "FormPiper",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js",
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "manifest.json"
      ],
      "matches": []
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "externally_connectable": {
    "ids": [
      "pniikicchackaiaijkdahkgfgoppakho",
      "mlbloghginhlikbhafaaajlhgbaaammb",
      "mfhngonafoanflaafdcdlldhdamfneld",
      "ioaoociifcogmjkdnbhhmpdofjgemnap"
    ],
    "matches": [
      "*://*.formpiper-dev.com/*",
      "*://*.formpiper.com/*",
      "*://*.formpiper-demo.com/*",
      "*://localhost/*"
    ]
  }
}