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": "ySense Addon",
"version": "4.0.1",
"description": "Keep track of your account status and receive alerts of new earning opportunities.",
"icons": {
"16": "img\/ysense_icon_16.png",
"48": "img\/ysense_icon_48.png",
"128": "img\/ysense_icon_128.png"
},
"action": {
"default_icon": {
"19": "img\/ysense_icon_19.png",
"38": "img\/ysense_icon_38.png"
},
"default_title": "ySense Addon",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.clixsense.com\/*",
"*:\/\/*.ysense.com\/*"
],
"js": [
"listen.js"
],
"resources": [
"img\/ysense_icon_48.png"
]
}
],
"homepage_url": "https:\/\/www.ysense.com\/addon",
"permissions": [
"storage",
"tabs",
"notifications"
]
}