CraftyRights

CraftyRights

Forces all Google Image searches to be for images free of copyright restrictions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CraftyRights",
  "short_name": "CraftyRights",
  "description": "Forces all Google Image searches to be for images free of copyright restrictions",
  "version": "1.7",
  "homepage_url": "http://www.crafty184.com",
  "action": {
    "default_icon": "images/icon19.png",
    "default_title": "CraftyRights"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "service_worker": "bs_main.js"
  },
  "host_permissions": [
    "https://*/search?q=*tbm=isch*"
  ],
  "permissions": [
    "declarativeNetRequest",
    "management"
  ]
}