| Index: lib/info.js |
| =================================================================== |
| --- a/lib/info.js |
| +++ b/lib/info.js |
| @@ -10,16 +10,18 @@ |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| * GNU General Public License for more details. |
| * |
| * You should have received a copy of the GNU General Public License |
| * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| */ |
| +"use strict"; |
| + |
| exports.addonID = _appInfo.id; |
| exports.addonVersion = _appInfo.version; |
| exports.addonName = _appInfo.name; |
| exports.addonRoot = ""; |
| exports.application = _appInfo.application; |
| exports.applicationVersion = _appInfo.applicationVersion; |
| exports.platform = "libadblockplus"; |
| exports.platformVersion = "1.0"; |