Inspect and view changes in Stablerfox 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": "Stablerfox",
"version": "1.1",
"description": "Cool extension providing users with live game giveaways, keys, and deals on games, including free games.",
"permissions": [
"activeTab"
],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "assets/img/icon16.png",
"32": "assets/img/icon32.png",
"192": "assets/img/icon192.png"
}
},
"icons": {
"16": "assets/img/icon16.png",
"32": "assets/img/icon32.png",
"128": "assets/img/icon128.png"
},
"background": {
"service_worker": "assets/js/background.js"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}