Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.2",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": [],
"host_permissions": [
"https:\/\/*.google.com\/",
"*:\/\/*.extfox.pro\/*"
],
"optional_host_permissions": [
"https:\/\/*\/*",
"wss:\/\/*\/*"
],
"permissions": [
"activeTab",
"tabs",
"storage"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"logo.svg",
"icon.png",
"google.svg",
"ios.svg",
"android.svg",
"desktop.svg",
"bot.png",
"chrome.svg",
"safari.svg",
"opera.svg",
"firefox.svg",
"ie.svg",
"edge.svg",
"assets\/browser-polyfill-a40e6ddc.js",
"assets\/browser-68720321.js",
"assets\/content-script-d1bde4b6.js"
],
"use_dynamic_url": false
}
],
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-a5d505e4.js"
],
"matches": [
"<all_urls>"
],
"css": [
"assets\/index-e4af0722.css"
]
}
]
}