Flash Downloader

Flash Downloader

Flash Downloader - download flash game from websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3.2",
  "name": "Flash Downloader",
  "description": "Flash Downloader - download flash game from websites.",
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/ico_19.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "16": "img/ico_16.png",
    "48": "img/ico_48.png",
    "128": "img/ico_128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "<all_urls>",
    "downloads"
  ]
}