StraightenUp AI - AI Posture Assistant

StraightenUp AI - AI Posture Assistant

StraightenUp AI blurs the browser slightly upon detecting slouching, promoting better posture during computer use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "StraightenUp AI - AI Posture Assistant",
  "version": "0.0.0.15",
  "author": "Maciej Jałocha",
  "description": "StraightenUp AI blurs the browser slightly upon detecting slouching, promoting better posture during computer use.",
  "background": {
    "service_worker": "service_worker.df1ffb56.js"
  },
  "permissions": [
    "storage",
    "offscreen",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.5aa890db.html",
    "default_icon": "icon_16.26d05408.png",
    "default_title": "Sit Straight"
  },
  "icons": {
    "16": "icon_16.26d05408.png",
    "48": "icon_48.00c793a8.png",
    "128": "icon_128.ba2a0fea.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}