Traveldoola - Simple travel planning

Traveldoola - Simple travel planning

Use any link, post, image, video across the web to help plan your next trip

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Traveldoola - Simple travel planning",
  "short_name": "Traveldoola",
  "description": "Use any link, post, image, video across the web to help plan your next trip",
  "version": "0.1",
  "author": "Justin McCollin",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Save bookmark"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "popup.js"
    ],
    "css": [
      "popup.css"
    ]
  }
}