Skip to content

Instantly share code, notes, and snippets.

@wtfaremyinitials
Last active March 9, 2016 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtfaremyinitials/8ba037c8a5fb0f326b53 to your computer and use it in GitHub Desktop.
Save wtfaremyinitials/8ba037c8a5fb0f326b53 to your computer and use it in GitHub Desktop.
Chrome extension for hotel.dev
'use strict';
<iframe width="340" frameBorder="0" src="http://hotel.dev">
{
"manifest_version": 2,
"name": "hotel.dev",
"description": "hotel.dev button",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "frame.html"
},
"permissions": ["tabs"],
"background": { "scripts": ["bg.js"] }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment