Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GWA Calculator: Export GWA Results",
"description": "This easy-to-use tool helps students calculate their General Weighted Average (GWA)",
"version": "0.1",
"manifest_version": 3,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon128.png",
"default_popup": "content.html",
"default_title": "GWA Calculator"
},
"background": {
"service_worker": "background.js"
}
}