Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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.6", "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-53463c91.js" ], "matches": [ "https:\/\/*.submittable.com\/*" ], "css": [ "assets\/externals-55ffc9bb.css", "assets\/domUtils-44774cf6.css", "assets\/index-674a76d1.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-25098244.js", "assets\/chunk-a8668c11.js", "assets\/chunk-dce6f38c.js", "assets\/chunk-83dbb93f.js", "assets\/chunk-64aec6e4.js" ], "use_dynamic_url": true } ], "host_permissions": [ "https:\/\/analytics-collection.submittable.com\/", "https:\/\/*.submittable.com\/*" ], "permissions": [ "sidePanel", "storage", "webNavigation" ] }