aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorArun Isaac2017-08-01 23:24:11 +0530
committerArun Isaac2017-08-01 23:24:11 +0530
commit143d46d79b098c722ecf82201e81ba334c47ed30 (patch)
tree7bccb23020e1f0a25ad43c170fe842916f254801 /manifest.json
parent8a6feadcc6cc170a45b194a330e7a4064fee99d4 (diff)
downloadyoutube-noscript-shim-143d46d79b098c722ecf82201e81ba334c47ed30.tar.gz
youtube-noscript-shim-143d46d79b098c722ecf82201e81ba334c47ed30.tar.lz
youtube-noscript-shim-143d46d79b098c722ecf82201e81ba334c47ed30.zip
Remove browser storage of settings.
* viewtube.js (createMyPlayer): Remove browser storage of settings. (setMyOptions): Remove function. (createElement, createVideoElement): Change function signature. * manifest.json (permissions): Remove "storage".
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 3341b49..bc16745 100644
--- a/manifest.json
+++ b/manifest.json
@@ -5,8 +5,6 @@
"description": "Use YouTube with NoScript",
- "permissions": ["storage"],
-
"content_scripts": [
{
"matches": ["https://youtube.com/*", "https://www.youtube.com/*"],