Obscurit.app

Obscurit.app

Obscure elements that you do not want to show on a web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Obscurit.app",
  "version": "2.1",
  "description": "Obscure elements that you do not want to show on a web page.",
  "permissions": [
    "alarms",
    "activeTab",
    "storage",
    "http://*/",
    "https://*/"
  ],
  "options_page": "ui/options.html",
  "background": {
    "scripts": [
      "ui/check.js",
      "ui/background.js",
      "style/skeleton.css",
      "style/normalize.css",
      "style/custom.css"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "ui/popup.html",
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    }
  },
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "web_accessible_resources": [
    "images/*"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}