Insight Flash Enabler

Insight Flash Enabler

Automatically enables Flash in Insight CatRiskScore.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "version": "1.0.0",
  "description": "__MSG_extDescription__",
  "options_page": "options.html",
  "permissions": [
    "contentSettings"
  ],
  "icons": {
    "16": "extension_icon16.png"
  },
  "background": {
    "scripts": [
      "install.js"
    ],
    "persistent": false
  },
  "minimum_chrome_version": "16.0.912",
  "default_locale": "en",
  "manifest_version": 2
}