add in tabs permission to access the title (#140)

This commit is contained in:
Andy McKay
2016-11-16 15:18:13 -08:00
committed by wbamberg
parent c238a5774c
commit 65400e7bbf

View File

@@ -14,5 +14,8 @@
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/tabs-tabs-tabs",
"manifest_version": 2,
"name": "Tabs, tabs, tabs",
"permissions": [
"tabs"
],
"version": "1.0"
}