Evan Time

Evan Time

Makes the background of your webpage infinitely happier.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Evan Time",
  "description": "Makes the background of your webpage infinitely happier.",
  "version": "2.0",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "jquery-1.11.1.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "evan.png",
    "default_title": "Evan Time"
  }
}