RAM Safe Search

RAM Safe Search

SEC_RITY is not complete without U ! RAM Antivirus

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RAM Safe Search",
  "version": "2.0.1",
  "manifest_version": 3,
  "description": "SEC_RITY is not complete without U ! \n RAM Antivirus",
  "permissions": [
    "tabs",
    "notifications"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "*://*.junkoust.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "home.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "19": "logo19.png",
    "32": "j32.png",
    "64": "j64.png",
    "128": "j128.png"
  },
  "action": {
    "default_icon": "logo19.png",
    "default_title": "Browse safely..",
    "default_popup": "popup.html"
  }
}