Cheese Now - CHZZK Companion

Cheese Now - CHZZK Companion

CHZZK streams list and notifications

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "ko",
  "version": "1.2.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage",
    "unlimitedStorage",
    "https://api.chzzk.naver.com/*",
    "https://comm-api.game.naver.com/*",
    "https://nng-phinf.pstatic.net/*",
    "https://api.chz.app/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "browser_action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png"
    }
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  }
}