Individual Software’s Typing Flash Enabler

Individual Software’s Typing Flash Enabler

Allows Flash Player access to all Individual Software Typing sites automatically

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "32": "toolbar_icon32.png"
    }
  },
  "description": "Allows Flash Player access to all Individual Software Typing sites automatically",
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    "*.png"
  ],
  "manifest_version": 2,
  "name": "Individual Software’s Typing Flash Enabler",
  "permissions": [
    "contentSettings",
    "http://www.individualsoftware.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.1"
}