Startup Sound for Chromebook™

Startup Sound for Chromebook™

Play startup sound on Chromebooks and other ChromeOS devices!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Startup Sound for Chromebook™",
  "description": "Play startup sound on Chromebooks and other ChromeOS devices!",
  "permissions": [
    "storage"
  ],
  "offline_enabled": true,
  "version": "0.0.12",
  "homepage_url": "https://browsernative.com/chromebook-startup-sound/",
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "static/128.png"
  },
  "browser_action": {
    "default_icon": "static/128.png",
    "default_title": "Startup Sound for Chrome OS"
  }
}