I love pets and all things pets

I love pets and all things pets

Indulge in your passion for pets

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "I love pets and all things pets",
  "manifest_version": 2,
  "short_name": "ilovepetsandallthingspets",
  "description": "Indulge in your passion for pets",
  "version": "1.1",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_394-1503167516.png"
  },
  "icons": {
    "128": "128px_394-1503167659.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}