Nakatine Live

Nakatine Live

Recevez une invitation pour rejoindre le navire lorsque Nakatine stream.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nakatine Live",
  "version": "1.0",
  "description": "Recevez une invitation pour rejoindre le navire lorsque Nakatine stream.",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "notifications",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "128": "img/icon_notif.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "app.js"
    ]
  }
}