FormMorpheus Firefox

Examine source code of FormMorpheus

By: Good88
Inspect and view changes in FormMorpheus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FormMorpheus",
  "version": "1.0",
  "description": "An intelligent form-filling assistant with advanced context detection and data management",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>",
    "contextMenus",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles/content.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a1312f7e-7b8c-41c2-b2bb-578752263309}"
    }
  }
}

Best FormMorpheus Alternatives

Here are some Firefox add-ons that are similar to FormMorpheus: