Sorry as a Service

Sorry as a Service

Ship sorries to your unhappy customers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sorry as a Service",
  "manifest_version": 2,
  "description": "Ship sorries to your unhappy customers",
  "version": "0.0.13",
  "browser_action": {
    "default_icon": "icon-48.png",
    "default_title": "Open Sorry as a Service Widget"
  },
  "background": {
    "scripts": [
      "SaasChromeExtension.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "https://*/*",
    "http://*/*",
    "storage"
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}