Bump version
This commit is contained in:
parent
8c132d0a07
commit
818ab1c99a
|
|
@ -0,0 +1 @@
|
||||||
|
*.xpi
|
||||||
1
index.js
1
index.js
|
|
@ -26,7 +26,6 @@ var button = ToggleButton({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
//<div>Icons made by <a href="http://www.flaticon.com/authors/google" title="Google">Google</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
|
|
||||||
|
|
||||||
function enableMonitor() {
|
function enableMonitor() {
|
||||||
console.log("Enabling clipboard monitor")
|
console.log("Enabling clipboard monitor")
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"title": "Clipboard Inserter",
|
"title": "Clipboard Inserter",
|
||||||
"name": "clipboard-inserter",
|
"name": "clipboard-inserter",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"description": "A simple addon whose purpose is to automatically insert contents of clipboard into the page. Uses icon made by Google from www.flaticon.com licensed by CC 3.0 BY",
|
"description": "A simple addon whose purpose is to automatically insert contents of clipboard into the page. Uses icon made by Google from www.flaticon.com licensed by CC 3.0 BY",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Yoitsumi",
|
"author": "Yoitsumi",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue