Inspect and view changes in Pricealert 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
{
"name": "Pricealert",
"description": "Pricealert Extension",
"version": "1.0",
"manifest_version": 2,
"icons": {
"16": "images/16.png",
"32": "images/32.png",
"48": "images/48.png",
"100": "images/100.png"
},
"browser_specific_settings": {
"gecko": {
"id": "extension@pricealert.info"
}
},
"browser_action": {
"default_icon": {
"16": "images/16.png",
"32": "images/32.png",
"48": "images/48.png",
"100": "images/100.png"
},
"default_title": "Pricealert",
"default_popup": "popup.html"
}
}