MerciApp Firefox

Examine source code of MerciApp

Inspect and view changes in MerciApp source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "version": "3.101.0",
  "icons": {
    "64": "static/metadata/merci-icon-64-production.png",
    "128": "static/metadata/merci-icon-128-production.png"
  },
  "commands": {
    "maia-open-interviewer": {
      "suggested_key": {
        "default": "Alt+M",
        "windows": "Alt+M",
        "mac": "Alt+M"
      },
      "description": "Open the Transform prompt"
    }
  },
  "homepage_url": "https://www.merci-app.com",
  "short_name": "MerciApp",
  "permissions": [
    "activeTab",
    "alarms",
    "clipboardRead",
    "clipboardWrite",
    "cookies",
    "storage",
    "tabs",
    "management",
    "http://*/*",
    "https://*/*",
    "https://*.merci-app.com/*"
  ],
  "author": "MerciApp",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; font-src 'self' https://assets.merci-app.com/; object-src 'self';",
  "browser_specific_settings": {
    "gecko": {
      "id": "ffwebextension@merciappcom",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "64": "static/metadata/merci-icon-64-production.png",
      "128": "static/metadata/merci-icon-128-production.png"
    },
    "default_title": "MerciApp",
    "browser_style": false
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "index.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "match_origin_as_fallback": true
    },
    {
      "matches": [
        "*://docs.google.com/document/*"
      ],
      "js": [
        "gdocs.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "static/*",
    "/content.js",
    "/content-chunks/*"
  ]
}

Best MerciApp Alternatives

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