Examine source code of BK8

Inspect and view changes in BK8 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "description": "Checks the users time and then shows a new travel theme every hour.",
  "homepage_url": "https://github.com/nabendu82/Addons",
  "icons": {
    "48": "icons/logo_48.png",
    "64": "icons/logo_64.png"
  },
  "manifest_version": 2,
  "name": "The Travel Theme",
  "permissions": [
    "alarms",
    "theme"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "1.0",
  "applications": {
    "gecko": {
      "strict_min_version": "55.0a2",
      "id": "{dc1afdf6-a27f-4b39-95a3-d5cc13cab940}"
    }
  }
}