Ninja ASO - Best ASO Toolbox For Google Play

Ninja ASO - Best ASO Toolbox For Google Play

Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ninja ASO - Best ASO Toolbox For Google Play",
  "version": "1.4.0",
  "homepage_url": "https://github.com/ayoubfletcher",
  "author": "Ayoub Fletcher",
  "options_page": "popup.html",
  "description": "Ninja ASO scrapes multiple sources, streamlining workflow and enabling quick, data-driven decisions on a single page.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/icon-16x16.png",
    "48": "images/icon-48x48.png",
    "128": "images/icon-128x128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "host_permissions": [
    "https://www.appbrain.com/app/*",
    "https://appstorespy.com/apps/play/*",
    "https://play-lh.googleusercontent.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://play.google.com/*"
      ],
      "js": [
        "js/content-script.js"
      ]
    }
  ],
  "action": {
    "default_icon": "images/icon-48x48.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "images/icon-similarweb.png",
        "images/icon-appstorespy.png",
        "images/icon-appbrain.png",
        "images/icon-sensortower.png",
        "images/icon-apkpure.png",
        "images/icon-128x128.png",
        "images/icon-apptweak.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}