ALL Time Wake (Up)

ALL Time Wake (Up)

This augmentation makes it simple to briefly impair power the board on Browsers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ALL Time Wake (Up)",
  "description": "This augmentation makes it simple to briefly impair power the board on Browsers.",
  "version": "1.9",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "power",
    "storage"
  ],
  "browser_action": {
    "default_title": "__MSG_disabledTitle__",
    "default_icon": {
      "19": "images/night-19.png",
      "38": "images/night-38.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}