[name]

[name]

Privacy for Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "[name]",
  "short_name": "[name]",
  "version": "0.0.13",
  "description": "Privacy for Google Chrome.",
  "permissions": [
    "storage",
    "privacy",
    "contentSettings",
    "history",
    "downloads",
    "browsingData"
  ],
  "icons": {
    "16": "images/logoNew128.png",
    "32": "images/logoNew128.png",
    "48": "images/logoNew128.png",
    "128": "images/logoNew128.png"
  },
  "browser_action": {
    "default_popup": "views/Home.html",
    "default_icon": {
      "16": "images/logoNew128.png",
      "32": "images/logoNew128.png"
    }
  },
  "manifest_version": 2
}