{
  "name": "Timeless (prev. timeOS), Agentic Meeting Platform",
  "description": "Timeless listens to your conversations and spins up the Agent you need at that exact moment.",
  "version": "3.558.0",
  "manifest_version": 3,
  "action": {
    "default_title": "Timeless",
    "default_icon": {
      "16": "favicon-16x16.png"
    }
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh2tvVX4Q9O1h7gz4KBzSQhUYctoS8N/1QMkBfF8/UfAf0wmghz+rMZRWokRt2IMMvvArOgMD3fiN9mY6ybQMAzGYdxeiWLMwC83ouVOY9j/nysRr2fAw86M1BQoDmzkOUi2dPzcTE1RCMsBWya8tbgbrd3famXebkXDfXh1jRStFxepTHtBikENaurF2P96W2sbPK5w9w5yS5/yGqOFKusg0xjMWc1N4mss1QtkCoRBn1CaknlUgdKVEB6m98eYnhxAFiZgbktx5oDLU0k6/v8jTsqZmpLeBBVeIsHgUbioAXBrRARvaV1YiChzQrPGeZsbKjv9D6bOT8/wNFFgnFQIDAQAB",
  "chrome_url_overrides": {
    "newtab": "./index.html"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "background",
    "cookies",
    "notifications",
    "alarms",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "index.html",
        "integrations",
        "sounds/upcoming-meeting.mp3",
        "timeless-logomark.png",
        "icon-timeless-logo.svg",
        "fs.js",
        "recorder/gmeetRecorder.js"
      ]
    }
  ],
  "background": {
    "service_worker": "./static/js/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "css": [
        "react-big-calendar.css",
        "styles.css",
        "Calendar.css"
      ],
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "*://*.chromiumapp/*"
      ],
      "js": [
        "./static/js/content-index.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://meet.google.com/*-*-*"
      ],
      "js": [
        "recorder/gmeetRecorder.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    }
  ],
  "icons": {
    "16": "favicon-16x16.png",
    "48": "favicon-48x48.png",
    "128": "favicon-128x128.png",
    "192": "favicon-192x192.png"
  },
  "commands": {
    "openVc": {
      "suggested_key": {
        "default": "Ctrl+J",
        "mac": "Command+J"
      },
      "description": "Join meeting"
    }
  }
}