Time in India

Time in India

Displays current time in India.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "version": "0.0.1.9",
  "default_locale": "en",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "alarms"
  ],
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "minimum_chrome_version": "88",
  "action": {
    "default_title": "__MSG_short_name__",
    "default_icon": {
      "128": "images/_icon.png"
    }
  },
  "icons": {
    "128": "images/_icon.png"
  }
}