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": "DealLens \u2013 \u05e8\u05d5\u05d0\u05d9\u05dd \u05d5\u05d7\u05d5\u05e1\u05db\u05d9\u05dd",
"short_name": "DealLens",
"description": "\u05dc\u05d7\u05d9\u05e6\u05d4 \u05d0\u05d7\u05ea, \u05d7\u05e1\u05db\u05d5\u05df \u05d2\u05d3\u05d5\u05dc: DealLens \u05de\u05d5\u05e6\u05d0 \u05dc\u05da \u05d7\u05dc\u05d5\u05e4\u05d5\u05ea \u05d6\u05d5\u05dc\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8 \u05d1\u2011AliExpress \u05ea\u05d5\u05da \u05e9\u05e0\u05d9\u05d5\u05ea.",
"version": "1.0",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"storage"
],
"web_accessible_resources": [
{
"resources": [
"inject.js",
"inject.css",
"bridge.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
}