Inspect and view changes in MMS Schedule.jpg 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": "MMS Schedule.jpg",
"short_name": "MMS Bell Schedule",
"description": "This extension shows the bell schedule for Monett Middle School.",
"version": "4.2",
"action": {
"default_icon": "monett_M-icon 128.png",
"default_popup": "popup.html",
"permissions": [
"activeTab",
"storage"
]
}
}