mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
add in tabs permission to access the title (#140)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user