APK Downloader - STE Primo

APK Downloader - STE Primo

STE Primo is a Free APK downloader for Android. Discover and update apps and games with APK downloader for Android mobile devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "APK Downloader - STE Primo",
  "description": "STE Primo is a Free APK downloader for Android. Discover and update apps and games with APK downloader for Android mobile devices.",
  "version": "1.0.2",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "options_page": "options/options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content-scripts/content-scripts.css"
      ],
      "js": [
        "content-scripts/content-scripts.js"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "*://stepirmo.com/"
  ]
}