AnkaboxNotifier

AnkaboxNotifier

Affiche une notification lorsque vous recevez un message dans votre Ankabox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AnkaboxNotifier",
  "version": "3.5.2.1",
  "description": "Affiche une notification lorsque vous recevez un message dans votre Ankabox.",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "68": "68.png"
  },
  "browser_action": {
    "default_icon": "48.png",
    "default_title": "Ankabox Notifier",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "akbnotifier.js"
    ]
  },
  "permissions": [
    "notifications",
    "https://ankabox.ankama.com/*"
  ]
}