Inspect and view changes in Pack de Memes 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
{
"manifest_version": 2,
"name": "Pack de Memes",
"description": "Compartilhe memes através do navegador!",
"version": "1.3.2resigned1",
"icons": {
"16": "img/ic_launcher-web16.png",
"19": "img/ic_launcher-web19.png",
"38": "img/ic_launcher-web38.png",
"48": "img/ic_launcher-web48.png",
"128": "img/ic_launcher-web128.png"
},
"browser_action": {
"default_icon": "img/ic_launcher-web128.png",
"default_popup": "index.html"
},
"permissions": [
"activeTab",
"clipboardRead",
"https://ajax.googleapis.com/",
"https://packdememes.com.br/"
],
"browser_specific_settings": {
"gecko": {
"id": "{d46ed032-7964-4624-adad-e278c776cb88}"
}
}
}