MyLOFT

MyLOFT

This extension lets you save articles to MyLOFT

Additional files are visible only to premium users

manifest.json


{
  "name": "MyLOFT",
  "version": "3.1.61",
  "manifest_version": 3,
  "author": "Eclat Engineering Pvt. Ltd.",
  "description": "__MSG_manifest_description__",
  "homepage_url": "https://app.myloft.xyz/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "src/bg/service_worker.js",
    "type": "module"
  },
  "action": {
    "default_icon": "icons/icon19.png",
    "default_title": "__MSG_browser_action_title__",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": false
  },
  "minimum_chrome_version": "110",
  "permissions": [
    "webRequest",
    "webRequestAuthProvider",
    "scripting",
    "activeTab",
    "proxy",
    "cookies",
    "idle",
    "notifications",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://app.myloft.xyz/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "src/content/inject-icon.js",
        "src/content/search-keyword-analytics.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/domain-rules/domain-rules.html",
        "/icons/*",
        "/src/notifiers/*",
        "/assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'  ; object-src 'self';    default-src 'self' https://app-settings-myloft-prod.s3.amazonaws.com     https://*.myloft.xyz  https://s3-app-settings-myloft-test.s3.amazonaws.com   https://myloft-app-settings.s3.amazonaws.com  https://*.remotexs.cn  https://*.eclateng.com  https://*.remotexs.co;     style-src 'self' https://fonts.googleapis.com 'unsafe-inline';font-src 'self' https://fonts.googleapis.com https://fonts.gstatic.com data:; "
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}