ASO & SEO Search Ranking & Keyword Tool

ASO & SEO Search Ranking & Keyword Tool

Search for a keyword on playstore, or Google search and find the rankings and ratings. With playstore short description viewer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.4.7",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Search_result_indexer",
    "default_popup": "popup.html",
    "default_icon": "icons/icon_16.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search*",
        "https://play.google.com/store/*",
        "https://www.google.co.in/search*",
        "https://www.google.co.uk/search*",
        "https://www.google.fr/search*",
        "https://www.google.de/search*",
        "https://www.google.com.au/search*",
        "https://www.google.co.nz/search*",
        "<all_urls>"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle",
      "js": [
        "contentScript.js"
      ]
    }
  ]
}