Inspect and view changes in Mario Html5 Fun Vui Ve 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": "Mario Html5 Fun Sa",
"version": "1.0",
"description": "Mario Html5 plays right on the Firefox utility, with image assembly mechanism and control of up and down buttons",
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": {
"128": "images/mario-logo.png"
},
"default_title": "Open Popup",
"default_popup": "popup.html"
},
"icons": {
"128": "images/mario-logo.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{fc6b8bfb-52a4-4026-b9a5-b7883d4b8444}"
}
}
}