Single click Flash games access

Single click Flash games access

Play your favorite Flash games in single click! Just install this extension and you will never need to “Allow Flash” anymore.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "bgSync.js"
    ]
  },
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "page_action": {
    "default_icon": "128.png"
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "contentSettings",
    "tabs"
  ],
  "version": "1.6.1"
}