{
    "manifest_version": 3,
    "name": "James Satherley Portfolio",
    "short_name": "JS Portfolio",
    "description": "James Satherley's Portfolio Webpage",
    "version": "1.2.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": ["storage"],
    "action": {},
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}
