APK Downloader

APK Downloader

APK Downloader is a tool that allows you to download APK files to your computer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_apptitle__",
  "version": "8.8.8",
  "description": "__MSG_appdsc__",
  "icons": {
    "32": "icons/32.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "background/bg.js"
  },
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_icon": {
      "32": "icons/32.png"
    },
    "default_title": "__MSG_apptitle__"
  },
  "omnibox": {
    "keyword": "apk"
  }
}