Nolim App

Nolim App

Расширение для Tilda Publishing от команды Nolim

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Nolim App",
  "version": "1.22.12",
  "description": "Расширение для Tilda Publishing от команды Nolim",
  "icons": {
    "16": "src/logo16.png",
    "24": "src/logo24.png",
    "32": "src/logo32.png",
    "48": "src/logo48.png",
    "64": "src/logo64.png",
    "128": "src/image.png"
  },
  "default_title": "NOLIM",
  "action": {
    "default_popup": "/popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://tilda.cc/*",
        "https://tilda.kz/*",
        "https://tilda.ru/*",
        "https://*.tilda.cc/*",
        "https://*.tilda.kz/*",
        "https://*.tilda.ru/*",
        "https://tilda.by/*",
        "https://*.tilda.by/*",
        "https://nolim.cc/*"
      ],
      "run_at": "document_start",
      "js": [
        "libs/jquery-1.10.2.min.js",
        "background.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/app.js",
        "/nolimBlocks.js",
        "/popup/subscription_ended.js",
        "/fonts/KyivTypeSans-Medium.woff",
        "/fonts/KyivTypeSans-Bold.woff",
        "/fonts/KyivTypeSans-Regular.woff",
        "/app.css",
        "zero/*",
        "src/*",
        "popup/*",
        "page/*",
        "options.html",
        "DarkThemeTilda.css",
        "/methods/*",
        "/utils/*",
        "/libs/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_page": "options.html"
}