Omnibox Timer Again

Omnibox Timer Again

A simple timer built for Edge Browser, Based on Omnibox Timer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Omnibox Timer Again",
  "description": "A simple timer built for Edge Browser, Based on Omnibox Timer",
  "version": "0.73",
  "short_name": "OTA",
  "omnibox": {
    "keyword": "ta"
  },
  "icons": {
    "16": "256.png",
    "48": "256.png",
    "256": "256.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "256.png",
      "38": "256.png"
    },
    "default_title": "Omnibox Timer Again"
  },
  "background": {
    "scripts": [
      "moment.js",
      "background.js",
      "chrome.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "notifications",
    "tts",
    "storage"
  ],
  "web_accessible_resources": [
    "256.png"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}