Return Google Content

Return Google Content

Смотри на мир без ограничений!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Return Google Content",
  "description": "Смотри на мир без ограничений!",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "index.js"
  },
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestFeedback"
  ],
  "host_permissions": [
    "*://lh3.googleusercontent.com/*",
    "*://*.google.com/*",
    "*://*.google.com.ru/*",
    "*://*.google.ru/*",
    "*://*.google/*",
    "*://google.furkkinov.top/*"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "16x16.png",
      "48": "48x48.png",
      "128": "128x128.png"
    }
  }
}