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": "Unsplash image downloader",
"description": "An easy-to-use unsplash image downloader, including batch download, custom image quality, rename images and other functions",
"version": "1.2.1",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"permissions": [
"downloads",
"tabs",
"identity",
"storage"
],
"oauth2": {
"client_id": "650945467010-fg51h866jijq7uqcb3buq5mhlkv7o8ge.apps.googleusercontent.com",
"scopes": [
"profile",
"email",
"openid"
]
},
"lemonsqueezy": {
"projectName": "image-downloader",
"productId": "370759",
"testMode": false,
"storeId": "116991",
"variant": {
"Monthly": {
"price": "$9.99",
"variantId": "892591a3-23bc-497b-ab3b-a91effdb7470"
},
"Quarterly": {
"price": "$19.99",
"variantId": "b9a4b4d7-3f22-4e42-ae0e-31f56b98fe97"
},
"Yearly": {
"price": "$59.99",
"variantId": "13495a82-03bf-414f-87fd-02c4a0aa1879"
}
}
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Unsplash image downloader",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/unsplash.com\/"
],
"js": [
"content-scripts\/unsplash.js"
]
}
]
}