Moody Middle School Bell Reminder

Moody Middle School Bell Reminder

Remind yourself of the bell

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Moody Middle School Bell Reminder",
  "description": "Remind yourself of the bell",
  "version": "2.1.2",
  "manifest_version": 2,
  "permissions": [
    "notifications",
    "storage"
  ],
  "browser_action": {
    "default_locale": "en",
    "default_icon": "something-128.png",
    "default_popup": "window.html"
  },
  "icons": {
    "16": "something-16.png",
    "64": "something-64.png",
    "128": "something-128.png"
  },
  "background": {
    "scripts": [
      "script.js",
      "background.js"
    ]
  }
}