Inspect and view changes in SiØ Menu 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": "SiØ Menu",
"version": "0.1.0",
"description": "Will display this weeks menu from either Halden or Fredrikstad campus cafeterias",
"permissions": [
"storage"
],
"action": {
"default_popup": "menu.html"
},
"host_permissions": [
"https://www.siost.hiof.no/spisesteder/ukens-meny",
"https://www.siost.hiof.no/diners/weekly-menu"
],
"icons": {
"16": "images/spoon-and-fork_16x16.png",
"32": "images/spoon-and-fork_32x32.png",
"48": "images/spoon-and-fork_48x48.png",
"128": "images/spoon-and-fork_128x128.png"
}
}