Salat Reminder

Salat Reminder

Notify user of the time for salat

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Salat Reminder",
  "short_name": "Salat Reminder",
  "description": "Notify user of the time for salat",
  "version": "0.0.7",
  "icons": {
    "16": "images/favicon-16.png",
    "48": "images/favicon-57.png",
    "128": "images/favicon-128.png"
  },
  "browser_action": {
    "default_title": "Salat Reminder for chrome",
    "default_icon": "favicon.ico"
  },
  "permissions": [
    "alarms",
    "storage",
    "tabs",
    "geolocation"
  ],
  "background": {
    "scripts": [
      "js/activity_popup.js",
      "js/chrome_listeners.js"
    ]
  }
}