Skip to content

Instantly share code, notes, and snippets.

@mocyuto
Created November 15, 2015 08:02
Show Gist options
  • Save mocyuto/fbf53100ed6fd05ac68e to your computer and use it in GitHub Desktop.
Save mocyuto/fbf53100ed6fd05ac68e to your computer and use it in GitHub Desktop.
Page Redder
{
"name": "Page Redder",
"description": "Make the current page red",
"version": "2.0",
"permissions": [
"activeTab"
],
"applications": {
"gecko": {
"id": "redder@mozilla.org"
}
},
"background": {
"scripts": ["background.js"],
"persistent": false
},
"browser_action": {
"default_title": "Make this page red"
},
"manifest_version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment