Can I Find It

Can I Find It

revolutionary way to direct consumer to websites when theres is down

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Jake L",
  "name": "Can I Find It",
  "short_name": "Can I Find It",
  "homepage_url": "https://canifindit.net",
  "description": "revolutionary way to direct consumer to websites when theres is down",
  "version": "1.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "logo-128.png"
  },
  "permissions": [
    "webNavigation"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}