Inspect and view changes in resizemy.photos 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",
"manifest_version": 3,
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"description": "__MSG_extDescription__",
"version": "1.66.0",
"homepage_url": "http://resizemy.photos/",
"author": "Guy Peri",
"default_locale": "en",
"icons": {
"16": "icons/16x16.png",
"19": "icons/19x19.png",
"24": "icons/24x24.png",
"32": "icons/32x32.png",
"64": "icons/64x64.png",
"128": "icons/128x128.png"
},
"background": {
"service_worker": "service_worker.js"
},
"web_accessible_resources": [
{
"resources": [
"/icons/button-icon.png",
"menu.html",
"js/menu.js",
"css/menu.css",
"images/logo-menu.png",
"index.html",
"js/main.js",
"css/general.css",
"images/logo.png"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"permissions": [
"activeTab",
"contextMenus",
"storage",
"scripting"
],
"action": {
"default_popup": "menu.html",
"default_title": "resizemy.photos",
"default_icon": {
"128": "icons/128-off.png"
}
}
}