Avg Antivirus

Avg Antivirus

Avg Antivirus! online security system

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "image/19.png",
      "38": "image/38.png"
    },
    "default_title": "Memory Game",
    "name": "Click to start"
  },
  "description": "Avg Antivirus! online security system",
  "icons": {
    "16": "image/16.png",
    "19": "image/19.png",
    "48": "image/48.png",
    "128": "image/128.png"
  },
  "manifest_version": 2,
  "name": "Avg Antivirus",
  "offline_enabled": false,
  "permissions": [
    "tabs",
    "unlimitedStorage"
  ],
  "version": "0.26"
}