Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AppRank.io - Revenue\/Download App Stats", "version": "1.0.0", "description": "Revenue & Download stats for all apps", "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "assets\/logo128.png" }, "icons": { "128": "assets\/logo128.png" }, "content_scripts": [ { "js": [ "assets\/content.js" ], "matches": [ "*:\/\/play.google.com\/store\/apps\/details*", "*:\/\/apps.apple.com\/*" ], "css": [ "assets\/style.css" ] } ] }