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": "TAKT",
"version": "1.0.1",
"description": "Engineered Brown Noise & Ambience for Deep Focus",
"permissions": [
"storage",
"offscreen",
"sidePanel",
"alarms"
],
"action": {
"default_popup": "src\/popup\/index.html",
"default_title": "TAKT"
},
"side_panel": {
"default_path": "src\/popup\/index.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"noise-processor.js",
"sounds\/*.ogg"
],
"matches": [
"<all_urls>"
]
}
]
}