Competitor Analysis SAV Firefox

Examine source code of Competitor Analysis SAV

Inspect and view changes in Competitor Analysis SAV source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Competitor Analysis SAV",
  "version": "1.1",
  "description": "A Mozilla extension to analyze competitors and provide strategic insights for businesses.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "http://*/",
    "https://*/",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "64": "icons/logo_64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "icon.png"
  ],
  "content_security_policy": "script-src 'self' https://api.example.com; object-src 'self'",
  "options_page": "options.html",
  "commands": {
    "analyze_current_page": {
      "suggested_key": {
        "default": "Ctrl+Shift+A"
      },
      "description": "Analyze the current webpage as a competitor"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e749db20-c469-4538-8bd0-7da0593cb566}"
    }
  }
}

Best Competitor Analysis SAV Alternatives

Here are some Firefox add-ons that are similar to Competitor Analysis SAV: