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": "Snapsink",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhXvhrEXc2lSQmAf9k5+vmsnAy6p1QXthrd9pkLYS0UVn2yyMAz8eFR\/KZEsgzSqdOOnYvjiytu1OU6QwJUFcWTjhaCgjDbNEZ\/KWZf+GYCnwnuT+b0NVJLaTRINWYin+wpSCFmw7urmL7kR1UzLiNyMEUYWthAarWSLVovbplRrOKRWWlIMZfpieMLXkETJJtMrTjUslyP5Y1esxVAe7wDqddOr0P73G2ZX0VCeM5+OPbZVbbNGzHh1Z0ghnjyxF\/Z9Gx1GJAIeBhzu4X4wNXl93TvxgeJLgGPhLEEte\/sFBmtZ6b2ctBQE4\/tE5AxfBMsON9DEAXZPUIAp+wSzOQwIDAQAB",
"version": "1.0.2",
"manifest_version": 2,
"icons": {
"16": "assets\/icon.png",
"48": "assets\/icon.png",
"128": "assets\/icon.png"
},
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"optional_permissions": [
"clipboardWrite"
],
"permissions": [
"notifications",
"desktopCapture",
"syncFileSystem",
{
"fileSystem": [
"write",
"retainEntries",
"directory"
]
},
"storage"
],
"file_handlers": {
"image": {
"types": [
"image\/png",
"image\/jpeg"
]
}
}
}