Otto ShopSecure

Otto ShopSecure

Protect Modern Freedom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Protect Modern Freedom",
  "version": "0.1.3.1",
  "manifest_version": 2,
  "name": "Otto ShopSecure",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_title": "DEVCON",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/favicon-16x16.png",
    "48": "images/favicon-48x48.png",
    "96": "images/favicon-96x96.png",
    "144": "images/favicon-144x144.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "blocked.html",
    "validating.html",
    "filters/*.filter",
    "img/*.png",
    "latest_versions/*",
    "report.js",
    "sandbox.html",
    "resources/*",
    "csp.html"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'  https://www.google-analytics.com https://ssl.google-analytics.com https://www.googletagmanager.com; object-src 'self'",
  "permissions": [
    "activeTab",
    "webRequest",
    "webNavigation",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ]
}