Ant Destroyer 2

Ant Destroyer 2

For game lovers, it is the browser add-on of the website that shares informations about Ant Destroyer 2 Game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ant Destroyer 2",
  "description": "For game lovers, it is the browser add-on of the website that shares informations about Ant Destroyer 2 Game.",
  "version": "2.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "icons": {
    "16": "./img/16.png",
    "48": "./img/48.png",
    "128": "./img/128.png"
  },
  "browser_action": {
    "default_popup": "./popup.html"
  },
  "permissions": [
    "storage",
    "https://www.yourgoodplay.com/ant-destroyer-2/",
    "background"
  ]
}