Inspect and view changes in HESAPLAC 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": "Hesaplayıcı",
"description": "Çeşitli Matematiksel konularda Hesaplama Aracı",
"version": "1.2resigned1",
"permissions": [
"management"
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "Hesaplayıcı",
"default_popup": "popup.html"
},
"icons": {
"48": "icon.png"
},
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{f8e557fb-5805-4497-9dec-858111688011}"
}
}
}