Inspect and view changes in Edit.pics.io - Online Photo Editor source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Edit.pics.io - Online Photo Editor",
"short_name": "Edit.pics.io",
"description": "Edit.pics.io is a free online photo editor for images in all common formats (JPG, PNG, BMP). Adjust and crop images in browser.",
"manifest_version": 2,
"version": "0.26.0",
"author": "TopTechPhoto",
"minimum_chrome_version": "31",
"icons": {
"16": "assets/img/chrome/16_edit.png",
"48": "assets/img/chrome/48_edit.png",
"128": "assets/img/chrome/128_edit.png"
},
"app": {
"background": {
"scripts": [
"chrome.js"
]
}
},
"permissions": [
"identity",
"storage",
"webview",
"https://www.google-analytics.com/",
"http://picsio.local/",
"http://pics.io/",
"fullscreen"
],
"oauth2": {
"client_id": "190238897195-i94def827efajj4duqs3vac9g9tgn3ps.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/tasks.readonly",
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/drive.readonly",
"https://www.googleapis.com/auth/drive.metadata.readonly",
"https://www.googleapis.com/auth/drive.appdata",
"https://www.googleapis.com/auth/drive.apps.readonly"
]
}
}