AEO Advice Firefox

Examine source code of AEO Advice

By: Scencan
Inspect and view changes in AEO Advice source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AEO Advice",
  "version": "1.0.0",
  "description": "Answer Engine Optimization analysis tool",
  "permissions": [
    "activeTab",
    "storage",
    "http://localhost:3001/*",
    "https://api.aeoadvice.com/*",
    "http://localhost:3000/*",
    "https://app.aeoadvice.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "src/popup/index.html",
    "default_title": "AEO Advice"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content/index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "src/assets/*",
    "src/popup/*"
  ],
  "icons": {
    "16": "src/assets/icon16.png",
    "32": "src/assets/icon32.png",
    "48": "src/assets/icon48.png",
    "128": "src/assets/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "aeoadvice@aeoadvice.com",
      "strict_min_version": "109.0"
    }
  }
}

Best AEO Advice Alternatives

Here are some Firefox add-ons that are similar to AEO Advice: