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",
"manifest_version": 3,
"name": "Sustainable Web Browsing",
"description": "Browser extension that allows the user to browse the web more sustainably",
"author": "Robert Arntzenius, Koen Hagen & Floor Straver",
"version": "0.1",
"content_scripts": [
{
"matches": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_start"
}
],
"action": {
"default_title": "Sustainable Software Engineering",
"default_icon": "icon16.png"
},
"icons": {
"16": "icon16.png"
}
}