ADIMYL - A Day In MY Life

ADIMYL - A Day In MY Life

Each day of your life counts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "jquery-1.9.1.min.js",
      "helper.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Each Day Counts"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Each day of your life counts.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "ADIMYL - A Day In MY Life",
  "permissions": [
    "storage",
    "http://adimyl.herokuapp.com/"
  ],
  "options_page": "options.html",
  "short_name": "ADIMYL - Each Day Counts",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.0",
  "externally_connectable": {
    "matches": [
      "*://adimyl.com/*"
    ]
  }
}