This repository has been archived on 2026-03-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
heartbeat-visualizer/manifest.json

18 lines
No EOL
431 B
JSON

{
"name": "DII Hackathon",
"version": "0.1",
"description": "A Chrome extension that communicates with Adafruit.IO for the Design of Innovative Interactions course at University of Salzburg",
"permissions": ["storage"],
"background": {
"scripts": [
"dist/background/index.js"
],
"persistent": false
},
"content": {
"scripts": [
"dist/frontend/index.js"
]
},
"manifest_version": 2
}