smallenginerepairparts

smallenginerepairparts

Need to fix your Small Engine? We have parts, diagrams, accessories and repair advice to help make your tool repairs easy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "smallenginerepairparts",
  "manifest_version": 2,
  "short_name": "smallengineparts",
  "description": "Need to fix your Small Engine? We have parts, diagrams, accessories and repair advice to help make your tool repairs easy.",
  "version": "2.0",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_739-1504887896.png"
  },
  "icons": {
    "128": "128px_739-1504887904.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}