Atlanta Flash Enabler

Atlanta Flash Enabler

Automatically enable the Adobe Flash plugin for Atlanta Community

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon-196.png",
    "default_popup": "index.html",
    "default_title": "Atlanta Flash Enabler"
  },
  "description": "Automatically enable the Adobe Flash plugin for Atlanta Community",
  "homepage_url": "https://haddoz.net",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png",
    "196": "images/icon-196.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "69",
  "name": "Atlanta Flash Enabler",
  "permissions": [
    "contentSettings"
  ],
  "short_name": "AtlantaFlashEnabler",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3.1"
}