ADM For PC

ADM For PC

With this extension you will be able to use the ADM app on your PC.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icons/image.png"
  },
  "manifest_version": 2,
  "version": "1.0",
  "name": "ADM For PC",
  "description": "With this extension you will be able to use the ADM app on your PC.",
  "icons": {
    "16": "icons/image.png",
    "48": "icons/image.png",
    "128": "icons/image.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}