Grant Form Autofill

Grant Form Autofill

Simplify applying for grants with Autofill and Save Answers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Grant Form Autofill",
  "description": "Simplify applying for grants with Autofill and Save Answers",
  "version": "1.0.4",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-34.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/logo-48.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.jsx-loader-2d518f70.js"
      ],
      "matches": [
        "https://*.submittable.com/*"
      ],
      "css": [
        "assets/externals-e4f2660b.css",
        "assets/domUtils-44774cf6.css",
        "assets/index-c258d6a3.css"
      ]
    }
  ],
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "img/logo-16.png",
        "img/logo-34.png",
        "img/logo-48.png",
        "img/logo-128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://*.submittable.com/*"
      ],
      "resources": [
        "assets/chunk-11d528c8.js",
        "assets/chunk-a50e83d3.js",
        "assets/chunk-852de58a.js",
        "assets/chunk-83dbb93f.js",
        "assets/chunk-88aba3d4.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "host_permissions": [
    "https://analytics-collection.submittable.com/",
    "https://*.submittable.com/*"
  ],
  "permissions": [
    "sidePanel",
    "storage",
    "webNavigation"
  ]
}