Delta Pearls

Delta Pearls

Order your pearl kit today and see what color pearl you get in your oyster!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Delta Pearls",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Order your pearl kit today and see what color pearl you get in your oyster!",
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "heartcage1-1.png",
    "default_title": "Order your pearl kit today and see what color pearl you get in your oyster!",
    "default_popup": "extension.html"
  },
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "icons": {
    "128": "heartcage1-1.png"
  }
}