Skip to content

Instantly share code, notes, and snippets.

@ramsaylanier
Last active August 29, 2015 14:22
Show Gist options
  • Save ramsaylanier/7421bdb6fe771676064b to your computer and use it in GitHub Desktop.
Save ramsaylanier/7421bdb6fe771676064b to your computer and use it in GitHub Desktop.
Manifest File for PushQuotes
{
"manifest_version": 2,
"name": "PushQuotes",
"description": "Authenticate to PushQuotes and sync with Slides.com",
"version": "1.0",
"permissions": [
"declarativeContent",
"tabs",
"https://slides.com/*",
"http://pushquotes.com/*",
"http://pushquotes.herokuapp.com/*",
"http://localhost/*"
],
"background": {
"scripts": ["jquery-1.11.1.min.js", "background.js"],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"19": "images/icon-19.png",
"38": "images/icon-38.png"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment