Pizza Center

Pizza Center

Notificações quando chega pedidos pro seu restaurante.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.1",
  "name": "Pizza Center",
  "manifest_version": 2,
  "icons": {
    "1024": "assets/img/icon.png"
  },
  "description": "Notificações quando chega pedidos pro seu restaurante.",
  "permissions": [
    "alarms",
    "storage",
    "notifications",
    "https://www.aplicando.com.br/*"
  ],
  "browser_action": {},
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "scripts/bg.js",
      "scripts/ajax.js"
    ],
    "persistent": false
  }
}