Freedom Searches

Freedom Searches

Optimize your search from a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Freedom Searches",
  "description": "Optimize your search from a new tab",
  "homepage_url": "https://www.freedomsearches.com/",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "version": "1.0",
  "permissions": [
    "storage",
    "webNavigation",
    "notifications",
    "tabs",
    "https://www.bex-digital.com/freedomsearches/*",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/bd-16.png",
      "32": "images/bd-32.png",
      "48": "images/bd-48.png",
      "128": "images/bd-128.png"
    }
  },
  "icons": {
    "16": "images/bd-16.png",
    "32": "images/bd-32.png",
    "48": "images/bd-48.png",
    "128": "images/bd-128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://www.freedomsearches.com/*"
    ]
  },
  "content_security_policy": "script-src 'self' https://www.bex-digital.com/freedomsearches/custom.js https://www.bex-digital.com/freedomsearches/background.js; object-src 'self' ;style-src 'self' 'unsafe-inline' *;media-src *;"
}