Redeem the Time

Redeem the Time

Enjoy the Lord whenever you visit sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Redeem the Time",
  "description": "Enjoy the Lord whenever you visit sites",
  "version": "3.2",
  "manifest_version": 2,
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "assets/js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "assets/img/icon_19x19.png",
    "default_popup": "action.html"
  },
  "options_page": "options.html",
  "icons": {
    "48": "assets/img/icon_48x48.png",
    "128": "assets/img/icon_128x128.png"
  }
}