Inspect and view changes in BGA2Myludo 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
{
"icons": {
"16": "icon16.plasmo.60403714.png",
"32": "icon32.plasmo.8e850565.png",
"48": "icon48.plasmo.37989d43.png",
"64": "icon64.plasmo.a993afcb.png",
"128": "icon128.plasmo.9b3294c4.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.60403714.png",
"32": "icon32.plasmo.8e850565.png",
"48": "icon48.plasmo.37989d43.png",
"64": "icon64.plasmo.a993afcb.png",
"128": "icon128.plasmo.9b3294c4.png"
},
"default_popup": "popup.html"
},
"version": "3.8.1",
"author": "Benjamin Bigot",
"name": "BGA2Myludo",
"description": "Facilitez vous la saisie des parties de Board Game Arena sur Myludo !",
"background": {
"service_worker": "static/background/index.js"
},
"permissions": [
"storage",
"alarms",
"unlimitedStorage"
],
"content_scripts": [
{
"matches": [
"https://boardgamearena.com/*"
],
"js": [
"boardGameArena.3bd55c4c.js"
],
"css": []
},
{
"matches": [
"https://www.myludo.fr/*"
],
"js": [
"myludo.a624469a.js"
],
"css": []
}
],
"default_locale": "fr",
"host_permissions": [],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}