inEntertainment Plugin

inEntertainment Plugin

Imports the currently displayed page to the inEntertainment application.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "inEntertainment Plugin",
  "version": "6.4.4",
  "manifest_version": 3,
  "description": "Imports the currently displayed page to the inEntertainment application.",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "Icon-16.png",
    "48": "Icon-48.png",
    "128": "Icon-128.png"
  },
  "action": {
    "default_icon": "Icon-48.png",
    "default_title": "inEntertainment"
  },
  "permissions": [
    "tabs",
    "webNavigation",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ]
}