ASOLeap - App Store Optimization Assistant Firefox

Examine source code of ASOLeap - App Store Optimization Assistant

By: ASOLeap
Inspect and view changes in ASOLeap - App Store Optimization Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ASOLeap - App Store Optimization Assistant",
  "version": "1.0.0",
  "description": "Professional ASO tools for iOS, Android, iPad, and macOS apps. Boost rankings, analyze keywords, and track competitors.",
  "author": "ASOLeap Company Limited",
  "homepage_url": "https://asoleap.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "aso@leap.com"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "ASOLeap - ASO Assistant"
  },
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://play.google.com/store/apps/*",
        "https://apps.apple.com/*",
        "https://itunes.apple.com/*"
      ],
      "js": [
        "content/content-script.js"
      ],
      "css": [
        "content/content-styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "https://asoleap.com/*",
    "https://play.google.com/*",
    "https://apps.apple.com/*",
    "https://itunes.apple.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "assets/*",
        "content/injected-script.js"
      ],
      "matches": [
        "https://play.google.com/*",
        "https://apps.apple.com/*",
        "https://itunes.apple.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline';"
  },
  "options_page": "options/options.html",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "Command+Shift+A"
      },
      "description": "Open ASOLeap Assistant"
    },
    "analyze_page": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Analyze current app page"
    }
  }
}

Best ASOLeap - App Store Optimization Assistant Alternatives

Here are some Firefox add-ons that are similar to ASOLeap - App Store Optimization Assistant: