Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Google Photos Archiver",
"version": "3.0",
"description": "Free up space by archiving photos and videos to AWS Glacier.",
"permissions": [
"identity",
"sidePanel"
],
"host_permissions": [
"https:\/\/photos.google.com\/*",
"https:\/\/photo-archiver-backend-917362189743.us-central1.run.app\/*",
"https:\/\/localhost\/*"
],
"oauth2": {
"client_id": "829353474107-1kjjhe7htvgr2r2gs3cn9t869vljomrn.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/photoslibrary.readonly",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel\/sidepanel.html"
},
"action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
}
}