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": "__MSG_appName__", "version": "0.0.2", "author": "Clay Smith", "short_name": "Photos Purge", "default_locale": "en", "description": "Automation to support the deletion of all photos.", "icons": { "19": "images\/19.png", "32": "images\/32.png", "36": "images\/36.png", "38": "images\/38.png", "64": "images\/64.png", "128": "images\/128.png" }, "action": { "default_icon": { "19": "images\/19.png", "38": "images\/38.png" } }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/photos.google.com\/*" ], "exclude_matches": [ "https:\/\/photos.google.com\/albums\/*" ], "js": [ "contentscript.js", "third_party\/materialize.min.js" ], "css": [ "third_party\/material.min.css" ] } ] }