Inspect and view changes in Spartan Hub 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",
"name": "Spartan Hub",
"version": "1.0.6",
"description": "Companion for Halo 5 that gives you a quick overview of your stats",
"background": {
"scripts": [
"extension.js"
],
"persistent": false
},
"icons": {
"32": "images/icon32.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"browser_action": {
"default_title": "Spartan Hub"
},
"permissions": [
"tabs",
"*://*.halowaypoint.com/*"
],
"incognito": "split",
"manifest_version": 2
}