AutoForm Glimpse Firefox

Examine source code of AutoForm Glimpse

Inspect and view changes in AutoForm Glimpse source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AutoForm Glimpse",
  "description": "Simple Developer tool for automatically fill Forms in development mode environments",
  "version": "0.1.2",
  "homepage_url": "https://github.com/dev-en-m/autoform-glimpse",
  "browser_specific_settings": {
    "gecko": {
      "id": "devendra@devendramcode",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "32": "src/icons/icon32.png",
    "48": "src/icons/icon48.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://localhost/*",
        "https://localhost/*",
        "http://127.0.0.1/*",
        "https://127.0.0.1/*"
      ],
      "js": [
        "dist/main.js"
      ]
    }
  ],
  "action": {
    "default_icon": "src/icons/icon32.png",
    "default_title": "AutoForm",
    "default_popup": "src/index.html"
  }
}

Best AutoForm Glimpse Alternatives

Here are some Firefox add-ons that are similar to AutoForm Glimpse: