Hourly Theme Rotation

Hourly Theme Rotation

Rotates through a selection of 24 different travel themes every hour, presenting users with a new visual experience to enjoy and appreciate throughout the day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "icons/logo_48.png",
    "64": "icons/logo_64.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "permissions": [
    "alarms",
    "theme"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "1.0",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{8ba06da3-8e72-4e37-877b-a413ac7a614a}"
    }
  }
}