Carbon Reminders

Carbon Reminders

Send text messages to anybody at a scheduled time, for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Carbon Reminders",
  "version": "1.1.2",
  "manifest_version": 2,
  "description": "Send text messages to anybody at a scheduled time, for free.",
  "homepage_url": "http://carboncontact.com",
  "icons": {
    "16": "icons/carbon-plain-black.png",
    "48": "icons/carbon-plain-black.png",
    "128": "icons/carbon-plain-black.png"
  },
  "default_locale": "en",
  "options_page": "src/options/index.html",
  "browser_action": {
    "default_icon": "icons/carbon-plain-black.png",
    "default_title": "Carbon Reminders",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "permissions": [
    "storage",
    "notifications",
    "https://*.carboncontact.com/"
  ]
}