Inspect and view changes in Better FPL 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,
"name": "Better FPL",
"version": "6.7.17",
"icons": {
"16": "public/icon 16x16.png",
"32": "public/icon 32x32.png",
"48": "public/icon 48x48.png",
"128": "public/icon 128x128.png"
},
"description": "Master Fantasy Premier League with the Better FPL extension! Dominate your mini leagues and make your friends envy your genius!",
"homepage_url": "https://betterfpl.com",
"short_name": "Better FPL",
"oauth2": {
"client_id": "174613839630-ajfsu9uhsq7t6ihtvnqu7a95ikpd1lvj.apps.googleusercontent.com",
"scopes": [
"profile",
"email",
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile"
]
},
"permissions": [
"storage",
"webRequest"
],
"optional_permissions": [
"identity",
"identity.email"
],
"host_permissions": [
"http://*.premierleague.com/",
"https://*.premierleague.com/",
"https://*.better-fpl.com/",
"https://*.betterfpl.com/",
"https://apis.google.com/",
"https://www.gstatic.com/",
"https://www.googleapis.com/",
"https://securetoken.googleapis.com/"
],
"externally_connectable": {
"matches": [
"https://*.betterfpl.com/*",
"http://localhost:*/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"author": "Jeppe Smith",
"minimum_chrome_version": "88",
"action": {
"default_icon": {
"16": "public/icon 16x16.png",
"32": "public/icon 32x32.png",
"48": "public/icon 48x48.png",
"128": "public/icon 128x128.png"
},
"default_title": "Better FPL"
},
"options_ui": {
"page": "index.html",
"open_in_tab": true
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets/content.tsx-loader.f1da6d4a.js"
],
"matches": [
"http://*.fantasy.premierleague.com/*",
"https://*.fantasy.premierleague.com/*"
],
"exclude_matches": [
"*://*.fantasy.premierleague.com/api/*"
],
"run_at": "document_start",
"css": [
"assets/content.71f33fe6.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"http://*.fantasy.premierleague.com/*",
"https://*.fantasy.premierleague.com/*"
],
"resources": [
"assets/useUser.479caf94.js",
"assets/content.tsx.e2ded464.js"
],
"use_dynamic_url": true
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}