Adeeb Technology Lab

Adeeb Technology Lab

Iโ€™ll Help You In๐Ÿ‘‰๐Ÿป Computer, Phone, Games, Internet, Hacking, Short Courses, Online Earning and Social Media Accounts Security.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Adeeb Technology Lab",
  "short_name": "Adeeb Tech Lab",
  "version": "0.2",
  "description": "Iโ€™ll Help You In๐Ÿ‘‰๐Ÿป Computer, Phone, Games, Internet, Hacking, Short Courses, Online Earning and Social Media Accounts Security.",
  "author": "Salman Adeeb",
  "homepage_url": "https://adeebtechlab.blogspot.com/",
  "icons": {
    "16": "icons/16.png",
    "24": "icons/24.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "default_locale": "en",
  "action": {
    "default_title": "Adeeb Technology Lab",
    "default_popup": "index.html",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'none'; style-src 'self'; media-src 'none'; child-src 'none'; connect-src 'none'; script-src 'self'; img-src 'self'; object-src 'none'"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "offline_enabled": true,
  "minimum_chrome_version": "103",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ]
}