Inspect and view changes in Beessy 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": 3,
"minimum_chrome_version": "119.0.0.0",
"name": "Beessy",
"short_name": "Beessy",
"description": "Con BeeSsy è possibile interfacciarsi con la piattaforma indicatori del Sistema di Valutazione MeS attraverso API Net.",
"version": "4.7.6.3",
"version_name": "🧡 We stand with smart people ðŸ",
"author": "Roberto E. Oneto",
"background": {
"service_worker": "worker_wrapper.js"
},
"content_scripts": [
{
"matches": [
"https://performance.santannapisa.it/*"
],
"css": [
"css/cs.css"
],
"js": [
"script/cs.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"img/icon48.gif"
],
"matches": [
"https://performance.santannapisa.it/*"
]
},
{
"resources": [
"img/pinNote.png",
"img/closeNote.png"
],
"matches": [
"https://*/*",
"http://*/*",
"file://*/*"
]
}
],
"action": {
"default_title": "Beessy",
"default_icon": "img/icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "img/icon.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"side_panel": {
"default_icon": {
"16": "img/icon.png",
"48": "img/icon48.png"
},
"default_path": "sidePanel.html"
},
"offline_enabled": true,
"incognito": "not_allowed",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"omnibox": {
"keyword": "bee"
},
"commands": {
"monit": {
"suggested_key": {
"default": "Ctrl+Shift+2"
},
"description": "Transfer API Endpoint for monthly monitoring (current session only)",
"global": false
}
},
"permissions": [
"notifications",
"alarms",
"storage",
"unlimitedStorage",
"tabs",
"contextMenus",
"activeTab",
"scripting",
"sidePanel"
],
"optional_permissions": [
"background"
],
"host_permissions": [
"https://performance.santannapisa.it/*",
"https://onets.altervista.org/Bessy/*"
],
"externally_connectable": {
"matches": [
"https://onets.altervista.org/Bessy/*"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}