Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Nolim App", "version": "1.24.99", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f Tilda Publishing \u043e\u0442 \u043a\u043e\u043c\u0430\u043d\u0434\u044b 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" }