Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"author": "buildwithkt.dev",
"name": "Rewards Search Automator",
"short_name": "RSA",
"version": "1.6.4",
"description": "Rewards Search Automator - Automate daily Bing searches for Microsoft Rewards and mobile points with device simulation.",
"action": {
"default_popup": "\/popup.html",
"default_icon": {
"16": "\/logo\/16.png",
"48": "\/logo\/48.png",
"128": "\/logo\/128.png"
}
},
"icons": {
"16": "\/logo\/16.png",
"48": "\/logo\/48.png",
"128": "\/logo\/128.png"
},
"background": {
"service_worker": "\/js\/service.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"ad-script\/sweetalert2.min.js",
"ad-script\/confirm-ad-redirect.js"
],
"css": [
"ad-script\/sweetalert2.min.css"
]
},
{
"matches": [
"*:\/\/*.bing.com\/*"
],
"js": [
"\/js\/content.js"
]
}
],
"permissions": [
"tabs",
"storage",
"alarms",
"browsingData",
"webNavigation",
"history",
"debugger"
],
"host_permissions": [
"<all_urls>"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"minimum_chrome_version": "102",
"homepage_url": "https:\/\/buildwithkt.dev",
"offline_enabled": false
}