SafeLock

SafeLock

A SafeLock gives you a blue sky

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SafeLock",
  "version": "1.0.2",
  "description": "A SafeLock gives you a blue sky",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://www.trustocean.com/*",
    "https://*/*",
    "http://*/*"
  ]
}