Cashback service LetyShops presents even more benefits and pleasure from each purchase in AliExpress and other 1000+ online shops!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_mainName__",
"version": "5.0.3",
"description": "__MSG_mainDescription__",
"homepage_url": "https://letyshops.com",
"manifest_version": 2,
"default_locale": "en",
"permissions": [
"tabs",
"webRequest",
"storage",
"<all_urls>",
"notifications"
],
"web_accessible_resources": [
"images/btn/*.png"
],
"content_scripts": [
{
"all_frames": false,
"css": [
"content/styles.css"
],
"js": [],
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*://paypal.com/*",
"*://*.paypal.com/*"
],
"run_at": "document_start"
},
{
"all_frames": false,
"js": [
"content/runtime.js",
"content/polyfills.js",
"content/main.js"
],
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*://paypal.com/*",
"*://*.paypal.com/*"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background/runtime.js",
"background/main.js"
]
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": false
},
"browser_action": {
"default_icon": "images/btn/logo18.png",
"default_title": "LetyShops — Cashback Service",
"default_popup": "popup/popup.html"
},
"icons": {
"24": "images/tool/logo24.png",
"48": "images/tool/logo48.png",
"128": "images/tool/logo128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "cashback_letyshops@LetyShops"
}
}
}