<<<<<<< HEAD
{
  "manifest_version": 3,
  "name": "Web IPTV Player",
  "version": "1.0.0",
  "description": "A Chrome extension to watch live TV with an IPTV player supporting M3U, JSON, and TXT playlists.",
  "permissions": [
    "storage",
    "activeTab",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
=======
{
  "manifest_version": 3,
  "name": "Web IPTV Player",
  "version": "1.0.0",
  "description": "A Chrome extension to watch live TV with an IPTV player supporting M3U, JSON, and TXT playlists.",
  "permissions": [
    "storage",
    "activeTab",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
>>>>>>> 1a45e5f4554c44fc0223c1b77be694ab7eabb3b2
}