Ookoodoo

Ookoodoo

Save all your gift ideas from every e-commerce websites in your Ookoodoo's wishlist and share it them with your friends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "fr",
  "browser_action": {
    "default_icon": "/img/icon24.png",
    "default_title": "ookoodoo",
    "default_popup": "index.html"
  },
  "icons": {
    "128": "/img/icon.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "http://localhost:88/*",
    "https://d1xxcn0j5g342s.cloudfront.net/",
    "<all_urls>",
    "http://*/",
    "https://*/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "incognito": "split",
  "manifest_version": 2,
  "version": "1.1.5"
}