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",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.0.3",
"minimum_chrome_version": "88",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "\/images\/icon.png",
"48": "\/images\/icon.png",
"128": "\/images\/icon.png"
},
"action": {
"default_icon": "\/images\/icon.png",
"default_popup": "\/src\/Popup\/index.html"
},
"background": {
"service_worker": "\/src\/background\/serviceWorker.js",
"type": "module"
},
"permissions": [
"activeTab",
"downloads",
"declarativeNetRequest",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src\/Popup\/sendImages.js"
]
}
]
}