CattleUSA Flash

CattleUSA Flash

Allow flash to run on CattleUSA

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.7",
  "name": "CattleUSA Flash",
  "description": "Allow flash to run on CattleUSA",
  "permissions": [
    "contentSettings"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_popup": "popup.html"
  }
}