Inspect and view changes in Myntra Images Downloader 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_title__",
"default_locale": "en",
"description": "__MSG_desc__",
"version": "1.1.0",
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"64": "icons/64.png",
"128": "icons/128.png"
}
},
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"64": "icons/64.png",
"128": "icons/128.png"
},
"background": {
"service_worker": "./js/background.js"
},
"oauth2": {
"client_id": "239054393099-ijn17lamj74u70qn5butun51t6kkdqur.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"host_permissions": [
"https://www.googleapis.com/*",
"https://api.webstarue.com/*",
"https://www.myntra.com/*",
"http://assets.myntassets.com/*"
],
"permissions": [
"identity",
"storage",
"tabs",
"scripting"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1HI2cVV5R34kpkT8+EZTOImMTkyQJW9Kt7HdiAbRb8O5G8Y0jUqQltUFUNGzPS0u7pDlPSzYF98fU8st8f0IkJHt7GvRcEjqMz2643D3vd/1k7ZTZgRFs1g/TcXIIE5y9uR27MinJWor5hclwQqcrwDMpa1SAf+NOuarZx3gwOfXczHIIA6x/NtwM21AFwLhKE67krW1UzF8sfIiBdPXuK0SRTFDAx+E9c+b+krGH15BMbKnEW9Uj8yZkpI0LHTF5IrcUawNlOXvMYYGxsc9CKkM2SMNkLts9b0a5Cp5xNeHNKSuT/70zsBpHlSyeSRUsVJvzpaCuLOXsrtvCfortQIDAQAB"
}