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_AppDescription__",
"default_locale": "en",
"author": "Curly Doggo Limited",
"homepage_url": "https:\/\/curlydoggo.com\/save-image-as",
"version": "1.0.3",
"icons": {
"128": "images\/icon.png"
},
"permissions": [
"contextMenus",
"storage",
"downloads"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.bundle.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"background": {
"service_worker": "background.bundle.js"
}
}