Mixl

Mixl

Mixl: Deep Focus App for Work. Find Your Flow

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Mixl",
  "version": "0.0.98",
  "description": "Mixl: Deep Focus App for Work. Find Your Flow",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "Mixl",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "permissions": [
    "sidePanel",
    "tabs",
    "storage",
    "offscreen"
  ],
  "side_panel": {
    "default_path": "sidebar.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "fonts/Wotfard-Bold.otf",
        "fonts/wotfard-regular-webfont.woff2",
        "images/right_arrow.svg",
        "images/pixel.png",
        "images/logo.svg",
        "images/team.svg",
        "images/audio.svg",
        "images/close_icon.svg",
        "images/text_selector_off.svg",
        "images/text_selector_on.svg",
        "images/cursor.svg",
        "images/goal_icon.svg",
        "images/goal_pink.svg",
        "images/team_pink.svg",
        "images/audio_pink.svg"
      ]
    }
  ],
  "author": "Mixl R&D Team",
  "short_name": "Mixl"
}