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,
"version": "1.1.0",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"homepage_url": "https:\/\/findniche.com",
"permissions": [
"storage",
"tabs"
],
"default_locale": "en",
"icons": {
"16": "assets\/img\/icon16.png",
"48": "assets\/img\/icon16.png",
"128": "assets\/img\/icon16.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"assets\/js\/content.js"
],
"css": [],
"run_at": "document_start"
}
],
"background": {
"service_worker": "assets\/js\/background.js",
"type": "module"
},
"action": {
"default_icon": "assets\/img\/icon16.png",
"default_popup": "assets\/views\/browser-action.html"
},
"web_accessible_resources": [
{
"resources": [
"assets\/img\/*"
],
"matches": [
"<all_urls>"
]
}
]
}